summaryrefslogtreecommitdiff
path: root/ext/dba/php_flatfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/php_flatfile.h')
-rw-r--r--ext/dba/php_flatfile.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_flatfile.h b/ext/dba/php_flatfile.h
deleted file mode 100644
index afa9f6d5d3..0000000000
--- a/ext/dba/php_flatfile.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef PHP_FLATFILE_H
-#define PHP_FLATFILE_H
-
-#if DBA_FLATFILE
-
-#include "php_dba.h"
-
-DBA_FUNCS(flatfile);
-
-#endif
-
-#endif