|
From: <gi...@us...> - 2010-09-14 05:35:13
|
Revision: 2051
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=2051&view=rev
Author: gikidy
Date: 2010-09-14 05:35:06 +0000 (Tue, 14 Sep 2010)
Log Message:
-----------
Remove duplicate definition.
Modified Paths:
--------------
trunk/BaseTools/Source/Python/AutoGen/AutoGen.py
Modified: trunk/BaseTools/Source/Python/AutoGen/AutoGen.py
===================================================================
--- trunk/BaseTools/Source/Python/AutoGen/AutoGen.py 2010-09-10 22:44:19 UTC (rev 2050)
+++ trunk/BaseTools/Source/Python/AutoGen/AutoGen.py 2010-09-14 05:35:06 UTC (rev 2051)
@@ -2132,14 +2132,6 @@
self._ApplyBuildRule(Lib.Target, TAB_UNKNOWN_FILE)
return self._LibraryAutoGenList
- ## Return build command string
- #
- # @retval string Build command string
- #
- def _GetBuildCommand(self):
- return self.PlatformInfo.BuildCommand
-
-
Module = property(_GetModule)
Name = property(_GetBaseName)
Guid = property(_GetGuid)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|