Unverified Commit 96f7c538 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #5297 from brian-peloton/master

Remove unused types
parents 63d2f3bc 7834dbf8
...@@ -280,7 +280,7 @@ void ExtensionSet::ClearExtension(int number) { ...@@ -280,7 +280,7 @@ void ExtensionSet::ClearExtension(int number) {
namespace { namespace {
enum Cardinality { enum {
REPEATED, REPEATED,
OPTIONAL OPTIONAL
}; };
......
...@@ -342,7 +342,6 @@ uint32 ghtonl(uint32 x) { ...@@ -342,7 +342,6 @@ uint32 ghtonl(uint32 x) {
namespace internal { namespace internal {
typedef void OnShutdownFunc();
struct ShutdownData { struct ShutdownData {
~ShutdownData() { ~ShutdownData() {
std::reverse(functions.begin(), functions.end()); 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