aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/descriptor.pb.h
diff options
context:
space:
mode:
authorGravatar Tres Seaver <tseaver@palladion.com>2014-11-17 19:35:04 -0500
committerGravatar Tres Seaver <tseaver@palladion.com>2014-11-17 19:35:04 -0500
commit8b2aafe7d3f59463fb8693421c09bfefb3bd0104 (patch)
tree803aec712c672d78cf930889977df651269d33d7 /src/google/protobuf/descriptor.pb.h
parent83671c0514741a64433dd86a958e3df6bf9508c6 (diff)
Use 'kint32min'/'kint32max' constants, rather than defining locally.
Diffstat (limited to 'src/google/protobuf/descriptor.pb.h')
-rw-r--r--src/google/protobuf/descriptor.pb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/google/protobuf/descriptor.pb.h b/src/google/protobuf/descriptor.pb.h
index 767517a3..98e0d502 100644
--- a/src/google/protobuf/descriptor.pb.h
+++ b/src/google/protobuf/descriptor.pb.h
@@ -5,12 +5,6 @@
#define PROTOBUF_google_2fprotobuf_2fdescriptor_2eproto__INCLUDED
#include <string>
-#ifndef PROTOBUF_ENUM_MIN
-#define PROTOBUF_ENUM_MIN (int32_t)0x80000000
-#endif
-#ifndef PROTOBUF_ENUM_MAX
-#define PROTOBUF_ENUM_MAX (int32_t)0x7fffffff
-#endif
#include <google/protobuf/stubs/common.h>