Unverified Kaydet (Commit) d6d44327 authored tarafından Benjamin Peterson's avatar Benjamin Peterson Kaydeden (comit) GitHub

delete some unused pysqlite forward declarations (GH-8211)

üst 3ed91929
......@@ -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.
......
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