Remove unused types

They're not doing anything, so might as well get rid of them.
This commit is contained in:
Brian Silverman 2018-10-29 16:45:07 -07:00
parent 63d2f3bc80
commit 7834dbf820
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());