Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
96f7c538
Unverified
Commit
96f7c538
authored
Oct 31, 2018
by
Adam Cozzette
Committed by
GitHub
Oct 31, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5297 from brian-peloton/master
Remove unused types
parents
63d2f3bc
7834dbf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
extension_set.cc
src/google/protobuf/extension_set.cc
+1
-1
common.cc
src/google/protobuf/stubs/common.cc
+0
-1
No files found.
src/google/protobuf/extension_set.cc
View file @
96f7c538
...
@@ -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
};
};
...
...
src/google/protobuf/stubs/common.cc
View file @
96f7c538
...
@@ -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
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment