summaryrefslogtreecommitdiff
path: root/psycopg/lobject_type.c
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-23 19:30:48 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2014-08-23 19:30:48 +0100
commit6e841a41e680f8c1570e97086cf923f923851e98 (patch)
tree1492a3d91bf996dccd97540bb8466b792a1489e5 /psycopg/lobject_type.c
parent6a5f7783619a3e8cb44cd6d611c81686533fd4d3 (diff)
downloadpsycopg2-6e841a41e680f8c1570e97086cf923f923851e98.tar.gz
Dropped PSYCOPG_EXTENSIONS flag
Building without extensions has been long broken and nobody really cares about a pure-DBAPI implementation (which could be created using a wrapper instead).
Diffstat (limited to 'psycopg/lobject_type.c')
-rw-r--r--psycopg/lobject_type.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/psycopg/lobject_type.c b/psycopg/lobject_type.c
index 6351114..e62ddc2 100644
--- a/psycopg/lobject_type.c
+++ b/psycopg/lobject_type.c
@@ -35,8 +35,6 @@
#include <string.h>
-#ifdef PSYCOPG_EXTENSIONS
-
/** public methods **/
/* close method - close the lobject */
@@ -272,8 +270,6 @@ psyco_lobj_truncate(lobjectObject *self, PyObject *args)
Py_RETURN_NONE;
}
-#endif /* PG_VERSION_HEX >= 0x080300 */
-
/** the lobject object **/