remove comment line

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7749 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-03-02 02:01:32 +00:00
parent 90b8b0ecf5
commit 19d0df057a
1 changed files with 0 additions and 1 deletions

View File

@ -248,7 +248,6 @@ FileStorageConstructor (
ZeroMem (Dev, sizeof(VS_DEV));
Dev->Signature = VS_DEV_SIGNATURE;
//CopyGuid (&Dev->Signature, &gEfiVariableGuid);
Dev->Size = Size;
VAR_DATA_PTR (Dev) = (UINT8 *) (UINTN) NvStorageBase;
VAR_FILE_VOLUMEID (Dev) = VolumeId;