wutils.py
changeset 6624 a071889af159
parent 6275 77f833c7ddae
child 6676 8a57344a8d09
--- a/wutils.py	Fri Oct 15 12:53:05 2010 -0700
+++ b/wutils.py	Fri Oct 15 16:31:32 2010 -0700
@@ -19,13 +19,6 @@
 VERSION=None
 bld=None
 
-#
-# The last part of the path name to use to find the regression traces tarball.
-# path will be APPNAME + '-' + VERSION + REGRESSION_SUFFIX + TRACEBALL_SUFFIX,
-# e.g., ns-3-dev-ref-traces.tar.bz2
-#
-TRACEBALL_SUFFIX = ".tar.bz2"
-
 
 
 def get_command_template(env, arguments=()):