]> git.proxmox.com Git - mirror_edk2.git/commit
Remove the GrowBuffer function. Just use the simple way to get the buffer size and...
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Sep 2008 08:42:11 +0000 (08:42 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Sep 2008 08:42:11 +0000 (08:42 +0000)
commit61ad8a41e778a5ba86616b68035f1eec1f753cbe
tree0371ba7414a75fe677dfdab9e1d50e7ac606f52c
parentc8b671eea5deb1b408ee4072a925c20248e48a67
Remove the GrowBuffer function. Just use the simple way to get the buffer size and then read the buffer. This change improve the readability and save 0x60 byte of data for release build according to MAP file generated for X64 arch.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5924 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Core/Dxe/Image/ImageFile.c