diff options
author | Stanislav Malyshev <stas@php.net> | 2015-04-18 17:51:42 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-04-18 17:56:33 -0700 |
commit | d66cb721d41b4a0d18dfec612f8a19e1c9b4de75 (patch) | |
tree | 8a5a54eff82da29cdd605342d99da15017815c8d /ext/json/json.dsp | |
parent | 1302eb7f7275c3f0b2b3af964dde91c44b769bbc (diff) | |
parent | 7e43b4f908711b4ad9708ed3460ef5a2d1776a22 (diff) | |
download | php-git-d66cb721d41b4a0d18dfec612f8a19e1c9b4de75.tar.gz |
Merge remote-tracking branch 'github/pr/637' into PHP-5.6
* github/pr/637:
Remove unused code from ext/json.
Diffstat (limited to 'ext/json/json.dsp')
-rw-r--r-- | ext/json/json.dsp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ext/json/json.dsp b/ext/json/json.dsp index e5bb3767bf..9ef97bb80e 100644 --- a/ext/json/json.dsp +++ b/ext/json/json.dsp @@ -102,22 +102,6 @@ SOURCE=.\JSON_parser.c SOURCE=.\JSON_parser.h
# End Source File
-# Begin Source File
-
-SOURCE=.\utf8_decode.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\utf8_decode.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\utf8_to_utf16.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\utf8_to_utf16.h
-# End Source File
# End Group
# Begin Group "Header Files"
|