diff options
author | Matteo Beccati <mbeccati@php.net> | 2016-08-04 09:28:58 +0200 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2016-08-04 09:28:58 +0200 |
commit | d3a8e107acb4f729016b6d649bc83a888359fb7d (patch) | |
tree | c577e25d60103502d4f0db7100506d9b556592b4 /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
parent | 78488a54c8f23c16bf0ca044c50c0fac8e303400 (diff) | |
download | php-git-d3a8e107acb4f729016b6d649bc83a888359fb7d.tar.gz |
Clean up FR #72633
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 |
1 files changed, 0 insertions, 2 deletions
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; |