summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r--ext/dba/php_dba.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 18ace81984..1133de6bc9 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -33,7 +33,6 @@ typedef enum {
typedef struct dba_lock {
php_stream *fp;
- int fd;
char *name;
int mode; /* LOCK_EX,LOCK_SH */
} dba_lock;