Merge pull request #5297 from brian-peloton/master

Remove unused types
pull/5308/head
Adam Cozzette 6 years ago committed by GitHub
commit 96f7c5383f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/google/protobuf/extension_set.cc
  2. 1
      src/google/protobuf/stubs/common.cc

@ -280,7 +280,7 @@ void ExtensionSet::ClearExtension(int number) {
namespace {
enum Cardinality {
enum {
REPEATED,
OPTIONAL
};

@ -342,7 +342,6 @@ uint32 ghtonl(uint32 x) {
namespace internal {
typedef void OnShutdownFunc();
struct ShutdownData {
~ShutdownData() {
std::reverse(functions.begin(), functions.end());

Loading…
Cancel
Save