Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
authorNick Lewycky <nicholas@mxc.ca>
Mon, 2 May 2011 05:05:29 +0000 (05:05 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 2 May 2011 05:05:29 +0000 (05:05 +0000)
commit71f234ba6a2e37ee6d56aa7ed8f09105fd0517f9
tree2a6e45ab802f5edeb6aa166fb7c1c40a095c6664
parent149f5283f93ec85b96888c284f56099a72cc2731
Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little
to scope a variable more tightly per llvm coding style. No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130684 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/COFFObjectFile.cpp