summaryrefslogtreecommitdiff
path: root/ext/session/modules.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/session/modules.c')
-rw-r--r--ext/session/modules.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/ext/session/modules.c b/ext/session/modules.c
deleted file mode 100644
index f866a42333..0000000000
--- a/ext/session/modules.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * To add a PHP session module, #include its header file and
- * add a ps_xxx_ptr in the struct...
- */
-
-#include "mod_files.h"
-#include "mod_mm.h"
-#include "mod_user.h"
-
-static ps_module *ps_modules[] = {
- ps_files_ptr,
- ps_mm_ptr,
- ps_user_ptr,
-};
-