summaryrefslogtreecommitdiff
path: root/src/plugins/php/weechat-php.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/php/weechat-php.c')
-rw-r--r--src/plugins/php/weechat-php.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c
index 23dac7dd6..ec6f7aeaa 100644
--- a/src/plugins/php/weechat-php.c
+++ b/src/plugins/php/weechat-php.c
@@ -1069,11 +1069,9 @@ weechat_php_info_eval_cb (const void *pointer, void *data,
(void) pointer;
(void) data;
(void) info_name;
-
(void) arguments;
- return not_implemented;
- return NULL;
+ return not_implemented;
}
/*