Remove the unncessary assignment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5632 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-08-12 06:21:35 +00:00
parent 6d2e8727b7
commit 4a9cfab5a4
1 changed files with 0 additions and 1 deletions

View File

@ -1094,7 +1094,6 @@ SafeFreePool (
{
if (Buffer != NULL) {
FreePool (Buffer);
Buffer = NULL;
}
}