Skip to content

Commit 9a390b6

Browse files
delete some unused pysqlite forward declarations (GH-8211)
(cherry picked from commit d6d4432) Co-authored-by: Benjamin Peterson <[email protected]>
1 parent eeaae26 commit 9a390b6

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
@@ -38,10 +38,6 @@ extern PyObject* pysqlite_IntegrityError;
3838
extern PyObject* pysqlite_DataError;
3939
extern PyObject* pysqlite_NotSupportedError;
4040

41-
/* the functions time.time() and time.sleep() */
42-
extern PyObject* time_time;
43-
extern PyObject* time_sleep;
44-
4541
/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
4642
* functions, that convert the SQL value to the appropriate Python value.
4743
* The key is uppercase.

0 commit comments

Comments
 (0)