From 0f047f60f013c58fdcee29828c77f2ff77871d75 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 16 Jul 2017 15:51:39 +0100 Subject: [PATCH] [ci skip] Remove CSV leftovers from json code - $Id$ --- ext/json/json.c | 2 -- ext/json/json_encoder.c | 2 -- ext/json/php_json.h | 2 -- 3 files changed, 6 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 diff --git a/ext/json/json_encoder.c b/ext/json/json_encoder.c index 50dcc02052..1fa2344204 100644 --- a/ext/json/json_encoder.c +++ b/ext/json/json_encoder.c @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 0a21dd24de..511258385c 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -17,8 +17,6 @@ +----------------------------------------------------------------------+ */ -/* $Id$ */ - #ifndef PHP_JSON_H #define PHP_JSON_H -- 2.50.1