Commit 695ecd9d authored by Benjamin Peterson's avatar Benjamin Peterson Committed by GitHub

[2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214)

(cherry picked from commit d6d44327)
Co-authored-by: default avatarBenjamin Peterson <benjamin@python.org>
parent 789f95ac
......@@ -40,10 +40,6 @@ extern PyObject* pysqlite_NotSupportedError;
extern PyObject* pysqlite_OptimizedUnicode;
/* the functions time.time() and time.sleep() */
extern PyObject* time_time;
extern PyObject* time_sleep;
/* A dictionary, mapping colum types (INTEGER, VARCHAR, etc.) to converter
* functions, that convert the SQL value to the appropriate Python value.
* The key is uppercase.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment