From e9fad15b0bd1c42fcb379e04eb4cbbc53a925d2c Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Mon, 22 Jun 2015 10:49:02 -0700
Subject: [PATCH] Remove redundant decls

---
 include/grpc++/impl/proto_utils.h          | 2 --
 include/grpc++/impl/serialization_traits.h | 2 --
 2 files changed, 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.
-- 
GitLab