summaryrefslogtreecommitdiff
path: root/Modules/_sqlite/microprotocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_sqlite/microprotocols.h')
-rw-r--r--Modules/_sqlite/microprotocols.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h
index 6941716c4c..99ff6f642b 100644
--- a/Modules/_sqlite/microprotocols.h
+++ b/Modules/_sqlite/microprotocols.h
@@ -28,10 +28,6 @@
#include <Python.h>
-/** adapters registry **/
-
-extern PyObject *psyco_adapters;
-
/** the names of the three mandatory methods **/
#define MICROPROTOCOLS_GETQUOTED_NAME "getquoted"