tools: remove unnecessary typename
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 30 Jan 2014 06:19:24 +0000 (06:19 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 30 Jan 2014 06:19:24 +0000 (06:19 +0000)
commita2a6c3911debf0499ac8658b56844de261e42050
tree222b802d62a1c13e346693bf1d3a230255a7dfd8
parentdb752405cb2cf60ca63a086e7a52098628150655
tools: remove unnecessary typename

This is acceptted by clang and gcc, but MSVC seems to balk at it.  As it is
unneeded, simply drop it.  Fixes MSVC buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200456 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/ELFDumper.cpp