Skip to content

Commit

Permalink
[2.7] delete some unused pysqlite forward declarations (GH-8211). (GH…
Browse files Browse the repository at this point in the history
…-8214)

(cherry picked from commit d6d4432)

Co-authored-by: Benjamin Peterson <benjamin@python.org>
  • Loading branch information
benjaminp committed Jul 10, 2018
1 parent 789f95a commit 695ecd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Modules/_sqlite/module.h
Expand Up @@ -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.
Expand Down

0 comments on commit 695ecd9

Please sign in to comment.