aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Orenstein <ben.orenstein@gmail.com>2011-02-15 21:32:27 -0500
committerSantiago Pastorino <santiago@wyeworks.com>2011-02-16 13:20:04 -0200
commit2eed9286ce3af77d29bdd20b4c2a5fa93baf03b1 (patch)
treea9f2d6227c1d28a6e9a73922a5b59ca25dfd471f
parent8276a240207ab6906fa2a6d4635f093906fa3c10 (diff)
downloadrails-2eed9286ce3af77d29bdd20b4c2a5fa93baf03b1.tar.gz
rails-2eed9286ce3af77d29bdd20b4c2a5fa93baf03b1.tar.bz2
rails-2eed9286ce3af77d29bdd20b4c2a5fa93baf03b1.zip
Remove unused code.
[#6437 state:committed] Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
-rw-r--r--activesupport/test/core_ext/module_test.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/activesupport/test/core_ext/module_test.rb b/activesupport/test/core_ext/module_test.rb
index 75404ec0e1..9f9840834d 100644
--- a/activesupport/test/core_ext/module_test.rb
+++ b/activesupport/test/core_ext/module_test.rb
@@ -26,9 +26,6 @@ module Yz
end
end
-class De
-end
-
Somewhere = Struct.new(:street, :city)
Someone = Struct.new(:name, :place) do