summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2017-07-16 15:51:39 +0100
committerJakub Zelenka <bukka@php.net>2017-07-16 15:51:39 +0100
commit0f047f60f013c58fdcee29828c77f2ff77871d75 (patch)
tree42b325b29aa9c83565af79f1bfaac08140a01d2d /ext/json/json.c
parent9c5882265333a40dcd2fc2c2f7542f3f6df3cf65 (diff)
downloadphp-git-0f047f60f013c58fdcee29828c77f2ff77871d75.tar.gz
[ci skip] Remove CSV leftovers from json code - $Id$
Diffstat (limited to 'ext/json/json.c')
-rw-r--r--ext/json/json.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/json.c b/ext/json/json.c
index f9962756f5..d142f7ee3e 100644
--- a/ext/json/json.c
+++ b/ext/json/json.c
@@ -17,8 +17,6 @@
+----------------------------------------------------------------------+
*/
-/* $Id$ */
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif