diff options
Diffstat (limited to 'main/streams/php_stream_context.h')
-rw-r--r-- | main/streams/php_stream_context.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/streams/php_stream_context.h b/main/streams/php_stream_context.h index ef5c0e1635..c477dda4ac 100644 --- a/main/streams/php_stream_context.h +++ b/main/streams/php_stream_context.h @@ -114,13 +114,3 @@ END_EXTERN_C() #define php_stream_notify_error(context, code, xmsg, xcode) do { if ((context) && (context)->notifier) {\ php_stream_notification_notify((context), (code), PHP_STREAM_NOTIFY_SEVERITY_ERR, \ (xmsg), (xcode), 0, 0, NULL); } } while(0) - - -/* - * Local variables: - * tab-width: 4 - * c-basic-offset: 4 - * End: - * vim600: sw=4 ts=4 fdm=marker - * vim<600: sw=4 ts=4 - */ |