aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-10-20 11:38:04 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-10-20 11:38:04 -0700
commitbcc59f425c406225c9116a3bbbfd46fc3d852cfa (patch)
treeb62a377f98687762bbc2d718ec22bc157805722c /include/grpc++
parent247d413f8b59f069ec7c6575f57391332d666288 (diff)
Remove a useless forward declaration
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/server_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/server_context.h b/include/grpc++/impl/codegen/server_context.h
index 975f710f13..ddf50b019d 100644
--- a/include/grpc++/impl/codegen/server_context.h
+++ b/include/grpc++/impl/codegen/server_context.h
@@ -44,7 +44,6 @@
#include <grpc++/impl/codegen/time.h>
#include <grpc/impl/codegen/compression_types.h>
-struct gpr_timespec;
struct grpc_metadata;
struct grpc_call;
struct census_context;