Remove unused variable, found with gcc-5.1 -Wunused-variable.
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Mon, 27 Apr 2015 11:03:53 +0000 (11:03 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Mon, 27 Apr 2015 11:03:53 +0000 (11:03 +0000)
commitc5889e0fab086dfa8ccc8c1af0f3a5e820a4116f
tree5316e2c91958324851dfd4533e2036b4417f289e
parent0b5a15b7792667950eca935b97540202aaa51343
Remove unused variable, found with gcc-5.1 -Wunused-variable.

The variable, MachOSectionTypes, seems to have been unused since its
introduction in r178679.

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