From a3f08d8b873ce1d56042cb5a6eb47eecd0201811 Mon Sep 17 00:00:00 2001 From: Ward Wouts Date: Fri, 11 Mar 2005 12:17:35 +0000 Subject: [PATCH] don't pretend to work with hashes --- trunk/ripnews/set/intspan.rb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/trunk/ripnews/set/intspan.rb b/trunk/ripnews/set/intspan.rb index 05faef9..a72259d 100644 --- a/trunk/ripnews/set/intspan.rb +++ b/trunk/ripnews/set/intspan.rb @@ -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