aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-22 10:49:02 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-22 10:49:02 -0700
commite9fad15b0bd1c42fcb379e04eb4cbbc53a925d2c (patch)
treea8bfdd6406e5a40b1498c88155bb9f5c7aa47983
parentab67485ff03505bcf558c0f1ebd3e2338b00ce59 (diff)
Remove redundant decls
-rw-r--r--include/grpc++/impl/proto_utils.h2
-rw-r--r--include/grpc++/impl/serialization_traits.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/include/grpc++/impl/proto_utils.h b/include/grpc++/impl/proto_utils.h
index 3d9a548852..ebefa3e1be 100644
--- a/include/grpc++/impl/proto_utils.h
+++ b/include/grpc++/impl/proto_utils.h
@@ -41,8 +41,6 @@
#include <grpc++/config_protobuf.h>
#include <grpc++/status.h>
-struct grpc_byte_buffer;
-
namespace grpc {
// Serialize the msg into a buffer created inside the function. The caller
diff --git a/include/grpc++/impl/serialization_traits.h b/include/grpc++/impl/serialization_traits.h
index ad61dc2f6a..1f5c674e4c 100644
--- a/include/grpc++/impl/serialization_traits.h
+++ b/include/grpc++/impl/serialization_traits.h
@@ -34,8 +34,6 @@
#ifndef GRPCXX_IMPL_SERIALIZATION_TRAITS_H
#define GRPCXX_IMPL_SERIALIZATION_TRAITS_H
-struct grpc_byte_buffer;
-
namespace grpc {
/// Defines how to serialize and deserialize some type.