]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: AutoGen - refactor out a useless class
authorCarsey, Jaben <jaben.carsey@intel.com>
Fri, 27 Apr 2018 22:32:35 +0000 (06:32 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Fri, 4 May 2018 05:03:07 +0000 (13:03 +0800)
commit92a4eebb3719ef38139d99ddfe4fa302560f79dd
tree0aee17fb83af12725ceb3172d41533908d8698f2
parent0caa769dbb87133c43774b1bb8821b34fa51753f
BaseTools: AutoGen - refactor out a useless class

this class was never instantiated.  the static function was called.
save the function, remove the rest.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/AutoGen/GenPcdDb.py
BaseTools/Source/Python/AutoGen/ValidCheckingInfoObject.py