summaryrefslogtreecommitdiff
path: root/ext/pgsql
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-12-29 15:58:01 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-12-29 15:58:01 +0000
commitfae56fca309332124c015febb49124df9c592db2 (patch)
tree1bf110919a9f6381cf9ccfc5c7cccdd47454b0c1 /ext/pgsql
parent2788bb8a15663dbf1372949e1f5a5907b89669ce (diff)
downloadphp-git-fae56fca309332124c015febb49124df9c592db2.tar.gz
Removed a useless define.
Diffstat (limited to 'ext/pgsql')
-rw-r--r--ext/pgsql/php_pgsql.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h
index d434df531f..5473728a88 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -24,8 +24,6 @@
#if HAVE_PGSQL
-#define PHP_PGSQL_API 20020419
-
extern zend_module_entry pgsql_module_entry;
#define pgsql_module_ptr &pgsql_module_entry