Merge branch 'newpc92timings' of /scm/spider into newpc92timings
[spider.git] / perl / UDPMsg.pm
index 72e53de813cfd462c7459c4b276adf37f88d75bf..566f021050380fa70e1028a0034c773505029805 100644 (file)
@@ -7,7 +7,7 @@
 #
 # This class will morph into (and is the test bed for) Multicasts
 #
-# $Id$
+#
 #
 # Copyright (c) 2002 - Dirk Koopman G1TLH
 #
@@ -32,12 +32,6 @@ $noports = 0;
 %circuit = ();
 $total_in = $total_out = 0;
 
-use vars qw($VERSION $BRANCH);
-$VERSION = sprintf( "%d.%03d", q$Revision$ =~ /(\d+)\.(\d+)/ );
-$BRANCH = sprintf( "%d.%03d", q$Revision$ =~ /\d+\.\d+\.(\d+)\.(\d+)/  || (0,0));
-$main::build += $VERSION;
-$main::branch += $BRANCH;
-
 sub init
 {
        return unless $enable;