diff options
Diffstat (limited to 'ext/json/php_json_scanner.h')
-rw-r--r-- | ext/json/php_json_scanner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/json/php_json_scanner.h b/ext/json/php_json_scanner.h index b90c25df44..3fc6a22367 100644 --- a/ext/json/php_json_scanner.h +++ b/ext/json/php_json_scanner.h @@ -44,4 +44,3 @@ void php_json_scanner_init(php_json_scanner *scanner, char *str, size_t str_len, int php_json_scan(php_json_scanner *s); #endif /* PHP_JSON_SCANNER_H */ - |