added some extra cases for IOTA and QSL detection on sh/dx
[spider.git] / cmd / dbstatus.pl
diff --git a/cmd/dbstatus.pl b/cmd/dbstatus.pl
deleted file mode 100644 (file)
index 34198bf..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl
-#
-# Database update routine
-#
-# Copyright (c) 1999 Dirk Koopman G1TLH
-#
-my ($self, $line) = @_;
-my @f = split /\s+/, $line;
-my @out;
-
-
-return (1, @out);