mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Removed unused variable
This commit is contained in:
parent
89da349b7b
commit
66746cb222
1 changed files with 0 additions and 1 deletions
|
@ -869,7 +869,6 @@ PyMODINIT_FUNC
|
|||
PyInit_time(void)
|
||||
{
|
||||
PyObject *m;
|
||||
char *p;
|
||||
m = PyModule_Create(&timemodule);
|
||||
if (m == NULL)
|
||||
return NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue