aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Adam Cozzette <acozzette@gmail.com>2018-06-26 17:01:22 -0700
committerGravatar GitHub <noreply@github.com>2018-06-26 17:01:22 -0700
commited00fbbad100fccb042ec671b50d89145d1885c9 (patch)
tree03f0da623c1fa5111ea1cb204fb356fcae359565
parentd6f346b4d55ae5112934297593ec1c56c3d178a5 (diff)
parent6489453cf7e03ac7b238eb78b1154f5f34a0c9e0 (diff)
Merge pull request #4828 from mmatuszak-google/patch-1
Removed forward declaration of MemBlock class
-rw-r--r--src/google/protobuf/stubs/bytestream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/google/protobuf/stubs/bytestream.h b/src/google/protobuf/stubs/bytestream.h
index b9b43db0..cfa19f29 100644
--- a/src/google/protobuf/stubs/bytestream.h
+++ b/src/google/protobuf/stubs/bytestream.h
@@ -57,7 +57,6 @@
#include <google/protobuf/stubs/stringpiece.h>
class CordByteSink;
-class MemBlock;
namespace google {
namespace protobuf {