Merge pull request #5297 from brian-peloton/master

Remove unused types
This commit is contained in:
Adam Cozzette 2018-10-31 09:48:53 -07:00 committed by GitHub
commit 96f7c5383f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

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

View File

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