]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Remove the unreferenced local variable.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Feb 2007 03:32:38 +0000 (03:32 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 15 Feb 2007 03:32:38 +0000 (03:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2397 6f19259b-4bc3-4df7-8a09-765794883524

EdkModulePkg/Application/HelloWorld/HelloWorld.c

index 0e8e752747493385eca967b1ce4efa224ca3f027..8a299898d512e202bb7e6433403f28495dba4597 100644 (file)
@@ -20,7 +20,6 @@ UefiMain (
   )\r
 \r
 {\r
-  CHAR16  Ptr16;\r
   \r
   Print ((CHAR16 *)L"UEFI Hello World!\n");\r
 \r