diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-06-23 12:06:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 12:06:53 (GMT) |
commit | 019ad62afd20e80c74f879aa716e339b992a0bb9 (patch) | |
tree | 3495fd2f3864775da2e47073fbeef8df2d7e85c2 /Modules/_sqlite/row.h | |
parent | e9c8f784fa13ea3a51df3b72a498a3896ec9e768 (diff) | |
download | cpython-019ad62afd20e80c74f879aa716e339b992a0bb9.zip cpython-019ad62afd20e80c74f879aa716e339b992a0bb9.tar.gz cpython-019ad62afd20e80c74f879aa716e339b992a0bb9.tar.bz2 |
bpo-42064: Remove stale extern declarations in `sqlite3` headers (GH-26840)
Diffstat (limited to 'Modules/_sqlite/row.h')
-rw-r--r-- | Modules/_sqlite/row.h | 2 |
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 |