summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorJouni Ahto <jah@php.net>2000-06-27 22:25:27 +0000
committerJouni Ahto <jah@php.net>2000-06-27 22:25:27 +0000
commit8b8f191e595e0adb9a63f3ca8b6dc88214b98293 (patch)
tree46d6b9f4ac69cfd7b76916ca4dfc002df83929ef /ext/dba/php_dba.h
parent2fdd934f429983f92e2abb09c1dd3614b84825f2 (diff)
downloadphp-git-8b8f191e595e0adb9a63f3ca8b6dc88214b98293.tar.gz
# Reverting as requested.
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r--ext/dba/php_dba.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 0eeb38c027..a504e972d1 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -41,12 +41,6 @@ typedef enum {
DBA_CREAT
} dba_mode_t;
-typedef enum {
- DBA_BTREE = 1,
- DBA_HASH,
- DBA_RECNO
-} dba_type_t;
-
typedef struct dba_info {
/* public */
void *dbf; /* ptr to private data or whatever */