diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-18 05:06:49 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-18 05:06:49 +0000 |
commit | d17b97ce641ffa055f22ef8badcf4340909f643a (patch) | |
tree | 07de12ac830a20130b816a51b8cb5659ea7a1b43 /ext/json | |
parent | 291f3a10f2979d17952e9af7ef103c3ccdfea697 (diff) | |
download | ruby-d17b97ce641ffa055f22ef8badcf4340909f643a.tar.gz |
* trunk/ext/json/extconf.rb: remove fake file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/json')
-rw-r--r-- | ext/json/extconf.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/json/extconf.rb b/ext/json/extconf.rb deleted file mode 100644 index 850798c643..0000000000 --- a/ext/json/extconf.rb +++ /dev/null @@ -1,3 +0,0 @@ -require 'mkmf' -create_makefile('json') - |