summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2002-12-27 04:47:46 +0000
committerSVN Migration <svn@php.net>2002-12-27 04:47:46 +0000
commit2a91937af1913e052a5c14109d1491ed412d03e6 (patch)
treed646c38345f6226f58a2cbc9f605df2142313e44
parent8ef253d9dc39df8aa4feaeae6055ec8b1c544b9e (diff)
downloadphp-git-2a91937af1913e052a5c14109d1491ed412d03e6.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_4_3_0'.php-4.3.0
-rw-r--r--ext/dba/php_db4.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_db4.h b/ext/dba/php_db4.h
deleted file mode 100644
index fa814c3f5e..0000000000
--- a/ext/dba/php_db4.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PHP_DB4_H
-#define PHP_DB4_H
-
-#if DBA_DB4
-
-#include "php_dba.h"
-
-DBA_FUNCS(db4);
-
-#endif
-
-#endif