[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
authorLouis Dionne <ldionne@apple.com>
Fri, 21 Dec 2018 20:14:43 +0000 (20:14 +0000)
committerLouis Dionne <ldionne@apple.com>
Fri, 21 Dec 2018 20:14:43 +0000 (20:14 +0000)
commit9f3561c29232cbd3fa73afdddce7d5c89c41484b
tree083d60567758b4143aeaa9ed373684cfcaad9b8c
parent569ac6980957344d90a260ed36e46be72dede973
[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO

Summary:
We already have the negation of that as _LIBCPP_HAS_NONUNIQUE_TYPEINFO.
Having both defined is confusing, since only one of them is used.

Reviewers: EricWF, mclow.lists

Subscribers: christof, jkorous, dexonsmith, libcxx-commits

Differential Revision: https://reviews.llvm.org/D54537

llvm-svn: 349947
libcxx/include/typeinfo