Remove unused code.

[#6437 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
This commit is contained in:
Ben Orenstein
2011-02-15 21:32:27 -05:00
committed by Santiago Pastorino
parent 8276a24020
commit 2eed9286ce

View File

@@ -26,9 +26,6 @@ module Yz
end
end
class De
end
Somewhere = Struct.new(:street, :city)
Someone = Struct.new(:name, :place) do