]> git.proxmox.com Git - mirror_edk2.git/commitdiff
BaseTools/GenFds: delete unused file
authorCarsey, Jaben <jaben.carsey@intel.com>
Thu, 6 Sep 2018 02:05:52 +0000 (10:05 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Tue, 11 Sep 2018 13:12:56 +0000 (21:12 +0800)
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@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/GenFds/Attribute.py [deleted file]

diff --git a/BaseTools/Source/Python/GenFds/Attribute.py b/BaseTools/Source/Python/GenFds/Attribute.py
deleted file mode 100644 (file)
index 97b4ae0..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-## @file\r
-# name value pair\r
-#\r
-#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
-#\r
-#  This program and the accompanying materials\r
-#  are licensed and made available under the terms and conditions of the BSD License\r
-#  which accompanies this distribution.  The full text of the license may be found at\r
-#  http://opensource.org/licenses/bsd-license.php\r
-#\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#\r
-\r
-##\r
-# Import Modules\r
-#\r
-\r
-## name value pair\r
-#\r
-#\r
-class Attribute:\r
-    ## The constructor\r
-    #\r
-    #   @param  self        The object pointer\r
-    def __init__(self):\r
-        self.Name = None\r
-        self.Value = None\r