*** empty log message ***
[spider.git] / cmd / show / spot_dups.pl
diff --git a/cmd/show/spot_dups.pl b/cmd/show/spot_dups.pl
deleted file mode 100644 (file)
index 5bd9b17..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# show a list of all the outstanding spot dups
-# for debugging really
-#
-# Copyright (c) 2000 Dirk Koopman G1TLH
-#
-# $Id$
-#
-my $self = shift;
-return (1, $self->msg('e5')) unless $self->priv >= 9; 
-return (1, Spot::listdups);