Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
9f2abfdd
Commit
9f2abfdd
authored
Jun 20, 2003
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TimeStamp_laterThan: Yesterday's fix left behind a now-unused local vrbl.
parent
88c0313c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/ZODB/TimeStamp.c
src/ZODB/TimeStamp.c
+1
-2
No files found.
src/ZODB/TimeStamp.c
View file @
9f2abfdd
...
...
@@ -15,7 +15,7 @@
static
char
TimeStamp_module_documentation
[]
=
"Defines 64-bit TimeStamp objects used as ZODB serial numbers.
\n
"
"
\n
"
"
\n
$Id: TimeStamp.c,v 1.1
8 2003/06/19 21:50:13
tim_one Exp $
\n
"
;
"
\n
$Id: TimeStamp.c,v 1.1
9 2003/06/20 18:38:24
tim_one Exp $
\n
"
;
#ifdef USE_EXTENSION_CLASS
#include "ExtensionClass.h"
...
...
@@ -223,7 +223,6 @@ TimeStamp_laterThan(TimeStamp *self, PyObject *args)
{
TimeStamp
*
o
=
NULL
;
unsigned
char
s
[
8
];
PyObject
*
a
;
int
i
;
UNLESS
(
PyArg_ParseTuple
(
args
,
"O!"
,
self
->
ob_type
,
&
o
))
return
NULL
;
...
...
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