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 0defb80b37..594891ed5b 100644
--- a/ext/standard/syslog.c
+++ b/ext/standard/syslog.c
@@ -116,8 +116,6 @@ PHP_RINIT_FUNCTION(syslog)
PHP_RSHUTDOWN_FUNCTION(syslog)
{
- TSRMLS_FETCH();
-
if (BG(syslog_device)) {
efree(BG(syslog_device));
}