diff options
author | Michal Matuszak <mmatuszak@google.com> | 2018-06-25 16:42:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-25 16:42:59 -0700 |
commit | 6489453cf7e03ac7b238eb78b1154f5f34a0c9e0 (patch) | |
tree | 03f0da623c1fa5111ea1cb204fb356fcae359565 /src | |
parent | d6f346b4d55ae5112934297593ec1c56c3d178a5 (diff) |
Removed forward declaration of MemBlock class
Removed forward declaration of MemBlock class.
Declaration is in conflict with declaration `::strings::MemBlock`
Diffstat (limited to 'src')
-rw-r--r-- | src/google/protobuf/stubs/bytestream.h | 1 |
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 { |