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
fb0af6d0
Commit
fb0af6d0
authored
Aug 28, 2015
by
Feng Xiao
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #768 from pkasting/time
Delete kNanosPerSecond from time.cc.
parents
47210ccd
d6801595
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
time.cc
src/google/protobuf/stubs/time.cc
+0
-1
No files found.
src/google/protobuf/stubs/time.cc
View file @
fb0af6d0
...
...
@@ -21,7 +21,6 @@ static const int64 kSecondsFromEraToEpoch = 62135596800LL;
static
const
int64
kMinTime
=
-
62135596800LL
;
// 0001-01-01T00:00:00
static
const
int64
kMaxTime
=
253402300799LL
;
// 9999-12-31T23:59:59
static
const
int
kNanosPerSecond
=
1000000000
;
static
const
int
kNanosPerMillisecond
=
1000000
;
static
const
int
kNanosPerMicrosecond
=
1000
;
...
...
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