Skip to content

Commit 695ecd9

Browse files
authored
[2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214)
(cherry picked from commit d6d4432) Co-authored-by: Benjamin Peterson <[email protected]>
1 parent 789f95a commit 695ecd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Modules/_sqlite/module.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ extern PyObject* pysqlite_NotSupportedError;
4040

4141
extern PyObject* pysqlite_OptimizedUnicode;
4242

43-
/* the functions time.time() and time.sleep() */
44-
extern PyObject* time_time;
45-
extern PyObject* time_sleep;
46-
4743
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
4844
* functions, that convert the SQL value to the appropriate Python value.
4945
* The key is uppercase.

0 commit comments

Comments
 (0)