[Commits] (markie) unneeded variable in start
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 13:26:55 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.12 1.13
Log message:
unneeded variable in start
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.12&r2=text&tr2=1.13
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.12 osaf/hardhat/buildscripts/chandler-newbuild.py:1.13
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.12 Sat Apr 24 13:23:57 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 13:26:24 2004
@@ -33,7 +33,7 @@
# Initialize external (hardly ever changes)
print "Initializing external modules ..."
log.write("- - - - external - - - - - - -\n")
- moduleData["external"] = {}
+ # not needed here? moduleData["external"] = {}
# Do external setup for both debug and release here
for releaseMode in ('debug', 'release'):
More information about the Commits
mailing list