Add in function description and comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1026 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
Private functions used by PCD DXE driver.s
|
||||
Private functions used by PCD DXE driver.
|
||||
|
||||
Copyright (c) 2006, Intel Corporation
|
||||
All rights reserved. This program and the accompanying materials
|
||||
@@ -17,11 +17,6 @@ Module Name: Service.c
|
||||
#include "Service.h"
|
||||
|
||||
|
||||
//
|
||||
// Build Tool will generate DXE_PCD_DB_INIT_VALUE in Autogen.h
|
||||
// Compression Algorithm will take care of the size optimization.
|
||||
//
|
||||
|
||||
PCD_DATABASE * mPcdDatabase;
|
||||
|
||||
LIST_ENTRY *mCallbackFnTable;
|
||||
@@ -341,7 +336,6 @@ BuildPcdDxeDataBase (
|
||||
ASSERT (mPcdDatabase != NULL);
|
||||
|
||||
GuidHob = GetFirstGuidHob (&gPcdDataBaseHobGuid);
|
||||
|
||||
if (GuidHob != NULL) {
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user