summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-05-02 17:44:20 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2011-05-02 17:44:20 (GMT)
commit66746cb2223a016d353746b1492d7be91f4d81f2 (patch)
tree7133c6003ee0f80490b744942da1885e77181ba5 /Modules
parent89da349b7be56000e4b0efbe11ec4958af691b42 (diff)
downloadcpython-66746cb2223a016d353746b1492d7be91f4d81f2.zip
cpython-66746cb2223a016d353746b1492d7be91f4d81f2.tar.gz
cpython-66746cb2223a016d353746b1492d7be91f4d81f2.tar.bz2
Removed unused variable
Diffstat (limited to 'Modules')
-rw-r--r--Modules/timemodule.c1
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;