diff options
Diffstat (limited to 'psycopg/lobject_int.c')
-rw-r--r-- | psycopg/lobject_int.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/psycopg/lobject_int.c b/psycopg/lobject_int.c index 279ef1e..b954a76 100644 --- a/psycopg/lobject_int.c +++ b/psycopg/lobject_int.c @@ -474,8 +474,6 @@ lobject_export(lobjectObject *self, const char *filename) return retvalue; } -#if PG_VERSION_NUM >= 80300 - RAISES_NEG int lobject_truncate(lobjectObject *self, size_t len) { @@ -510,5 +508,3 @@ lobject_truncate(lobjectObject *self, size_t len) return retvalue; } - -#endif /* PG_VERSION_NUM >= 80300 */ |