summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/row.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_sqlite/row.h')
-rw-r--r--Modules/_sqlite/row.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_sqlite/row.h b/Modules/_sqlite/row.h
index 2dac41e..b519098 100644
--- a/Modules/_sqlite/row.h
+++ b/Modules/_sqlite/row.h
@@ -33,8 +33,6 @@ typedef struct _Row
PyObject* description;
} pysqlite_Row;
-extern PyTypeObject *pysqlite_RowType;
-
int pysqlite_row_setup_types(PyObject *module);
#endif