diff options
| author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-05-02 17:44:20 (GMT) |
|---|---|---|
| committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2011-05-02 17:44:20 (GMT) |
| commit | 66746cb2223a016d353746b1492d7be91f4d81f2 (patch) | |
| tree | 7133c6003ee0f80490b744942da1885e77181ba5 | |
| parent | 89da349b7be56000e4b0efbe11ec4958af691b42 (diff) | |
| download | cpython-66746cb2223a016d353746b1492d7be91f4d81f2.zip cpython-66746cb2223a016d353746b1492d7be91f4d81f2.tar.gz cpython-66746cb2223a016d353746b1492d7be91f4d81f2.tar.bz2 | |
Removed unused variable
| -rw-r--r-- | Modules/timemodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index c1e261c..2b86bcb 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -869,7 +869,6 @@ PyMODINIT_FUNC PyInit_time(void) { PyObject *m; - char *p; m = PyModule_Create(&timemodule); if (m == NULL) return NULL; |
