mirror of
https://github.com/python/cpython.git
synced 2026-04-22 11:50:50 +00:00
delete some unused pysqlite forward declarations (GH-8211)
(cherry picked from commit d6d4432724)
Co-authored-by: Benjamin Peterson <benjamin@python.org>
This commit is contained in:
parent
8d6b6d1f1d
commit
ba10da1373
1 changed files with 0 additions and 4 deletions
|
|
@ -38,10 +38,6 @@ extern PyObject* pysqlite_IntegrityError;
|
|||
extern PyObject* pysqlite_DataError;
|
||||
extern PyObject* pysqlite_NotSupportedError;
|
||||
|
||||
/* the functions time.time() and time.sleep() */
|
||||
extern PyObject* time_time;
|
||||
extern PyObject* time_sleep;
|
||||
|
||||
/* A dictionary, mapping column types (INTEGER, VARCHAR, etc.) to converter
|
||||
* functions, that convert the SQL value to the appropriate Python value.
|
||||
* The key is uppercase.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue