ADT: Remove GetStringMapEntryFromValue()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Dec 2014 01:41:36 +0000 (01:41 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Dec 2014 01:41:36 +0000 (01:41 +0000)
commitafcbfb40fb2fdddf9be84630540b838175be5049
tree39c5e1819179045b55a537491af1db0689b8e445
parent397b575f817010a9169b14cfbd8653493cd8ce3e
ADT: Remove GetStringMapEntryFromValue()

It relies on undefined behaviour, since `StringMapEntry<>` is not
a standard layout type.  There are no users anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@223439 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringMap.h