From d3a8e107acb4f729016b6d649bc83a888359fb7d Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Thu, 4 Aug 2016 09:28:58 +0200 Subject: Clean up FR #72633 --- ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h') diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index 2876b312b7..eb645c58c4 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -29,8 +29,6 @@ #define PHP_PDO_PGSQL_CONNECTION_FAILURE_SQLSTATE "08006" -#define PHP_PDO_PGSQL_LASTVAL_PG_VERSION 80100 - typedef struct { const char *file; int line; -- cgit v1.2.1