diff options
Diffstat (limited to 'Modules/_sqlite/cache.h')
-rw-r--r-- | Modules/_sqlite/cache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_sqlite/cache.h b/Modules/_sqlite/cache.h index 083356f..209c80d 100644 --- a/Modules/_sqlite/cache.h +++ b/Modules/_sqlite/cache.h @@ -52,10 +52,6 @@ typedef struct pysqlite_Node* first; pysqlite_Node* last; - - /* if set, decrement the factory function when the Cache is deallocated. - * this is almost always desirable, but not in the pysqlite context */ - int decref_factory; } pysqlite_Cache; extern PyTypeObject *pysqlite_NodeType; |