don't pretend to work with hashes

This commit is contained in:
Ward Wouts 2005-03-11 12:17:35 +00:00
parent 51fc7c0c02
commit a3f08d8b87

View file

@ -1,4 +1,4 @@
# $Dwarf: intspan.rb,v 1.18 2005/03/09 18:14:56 ward Exp $
# $Dwarf: intspan.rb,v 1.19 2005/03/11 12:06:02 ward Exp $
# $Source$
#
@ -64,9 +64,6 @@ def copy(set_spec)
when "Set::IntSpan"
print "copy: Calling _copy_set\n" if Debuglevel > 0
_copy_set(set_spec)
when "Hash"
print "copy: Calling _copy_set\n"
_copy_set(set_spec)
else
print "eeps\n"
end