1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 20:22:36 +02:00

Remove unused variable

This commit is contained in:
David Soria Parra
2010-04-25 18:34:36 +00:00
parent d8c8cb4cca
commit ebd12eba95

View File

@@ -979,7 +979,6 @@ ZEND_API void zend_error(int type, const char *format, ...) /* {{{ */
uint error_lineno;
zval *orig_user_error_handler;
zend_bool in_compilation;
char dtrace_error_buffer[1024];
zend_class_entry *saved_class_entry;
TSRMLS_FETCH();