Remove simplejson because it's no longer used by webkitpy
authorabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 8 Feb 2012 23:35:29 +0000 (23:35 +0000)
committerabarth@webkit.org <abarth@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 8 Feb 2012 23:35:29 +0000 (23:35 +0000)
commit1db75be819f20c12bea30db016fedbe39d0d2b69
tree52a432602c4a116c641035f2bc5034d209b78e96
parent237476b24a5ef13d2c9e2f4aa1131c0d0853a923
Remove simplejson because it's no longer used by webkitpy
https://bugs.webkit.org/show_bug.cgi?id=78164

Reviewed by Eric Seidel.

All the importers of this code were removed in a previous patch.

* Scripts/webkitpy/thirdparty/simplejson: Removed.
* Scripts/webkitpy/thirdparty/simplejson/LICENSE.txt: Removed.
* Scripts/webkitpy/thirdparty/simplejson/README.txt: Removed.
* Scripts/webkitpy/thirdparty/simplejson/__init__.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/_speedups.c: Removed.
* Scripts/webkitpy/thirdparty/simplejson/decoder.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/encoder.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/jsonfilter.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/ordered_dict.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/scanner.py: Removed.
* Scripts/webkitpy/thirdparty/simplejson/tool.py: Removed.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107141 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Tools/ChangeLog
Tools/Scripts/webkitpy/thirdparty/simplejson/LICENSE.txt [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/README.txt [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/__init__.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/_speedups.c [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/decoder.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/encoder.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/jsonfilter.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/ordered_dict.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/scanner.py [deleted file]
Tools/Scripts/webkitpy/thirdparty/simplejson/tool.py [deleted file]