diff options
author | Dandan Bi <dandan.bi@intel.com> | 2016-11-17 13:15:33 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-11-25 10:50:27 +0800 |
commit | 6bfd7ea7d65af28910779b9c72ff2e5fd3a2a54e (patch) | |
tree | 255706d6aca9d2e7c71630d00c0fa58949f219af /MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h | |
parent | 87f04621ad4069c3b2994bc217971d1c5a53fa82 (diff) | |
download | edk2-platforms-6bfd7ea7d65af28910779b9c72ff2e5fd3a2a54e.tar.xz |
MdeModulePkg/DriverSample: Remove the password related codes
In current DriverSampleDxe, the sample code of password is
not a good example, so we plan to remove it.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h')
-rw-r--r-- | MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h index 97dee9c79a..6c97239cf3 100644 --- a/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h +++ b/MdeModulePkg/Universal/DriverSampleDxe/DriverSample.h @@ -1,6 +1,6 @@ /** @file
-Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -84,7 +84,6 @@ typedef struct { EFI_HII_HANDLE HiiHandle[2];
DRIVER_SAMPLE_CONFIGURATION Configuration;
MY_EFI_VARSTORE_DATA VarStoreConfig;
- UINT8 PasswordState;
//
// Name/Value storage Name list
|