Commit 7834dbf8 authored by Brian Silverman's avatar Brian Silverman

Remove unused types

They're not doing anything, so might as well get rid of them.
parent 63d2f3bc
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment