summaryrefslogtreecommitdiff
path: root/ext/standard/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/syslog.c')
-rw-r--r--ext/standard/syslog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c
index eaf0ce9286..bdbe2e690e 100644
--- a/ext/standard/syslog.c
+++ b/ext/standard/syslog.c
@@ -44,8 +44,6 @@ static void start_syslog(void);
PHP_MINIT_FUNCTION(syslog)
{
- ELS_FETCH();
-
/* error levels */
REGISTER_LONG_CONSTANT("LOG_EMERG", LOG_EMERG, CONST_CS | CONST_PERSISTENT); /* system unusable */
REGISTER_LONG_CONSTANT("LOG_ALERT", LOG_ALERT, CONST_CS | CONST_PERSISTENT); /* immediate action required */