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)
commit72cdbf47a9da44a46536bec335c86b960724bdae
tree187e5797d93d75cce0112b2896fc11084dacee89
parente1e1df83f937e1169831137362e63572a7fcc612
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.

llvm-svn: 221216
llvm/lib/Object/MachOObjectFile.cpp