Remove the static version of getScatteredRelocationType() now that r221211 added
authorKevin Enderby <enderby@apple.com>
Tue, 4 Nov 2014 01:12:39 +0000 (01:12 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 4 Nov 2014 01:12:39 +0000 (01:12 +0000)
commit957d027c5ec58209cdb911849a7bb1df1e58f147
tree607f00d7723eb112aaf18bb47e5b2ca6aa3e751c
parentd282ca71b03a56fec6e137b0baeca00374f88f19
Remove the static version of getScatteredRelocationType() now that r221211 added
a public version MachOObjectFile::getScatteredRelocationType().

This should fix the build bot for the unused function error.

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