This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Remove unused macro _LIBCPP_HAS_UNIQUE_TYPEINFO
ClosedPublic

Authored by ldionne on Nov 14 2018, 10:58 AM.

Details

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.

Diff Detail

Repository
rCXX libc++

Event Timeline

ldionne created this revision.Nov 14 2018, 10:58 AM
ldionne accepted this revision.Dec 21 2018, 12:15 PM

This change is pretty much a no-brainer -- speak up if you don't like it and I'll revert.

This revision is now accepted and ready to land.Dec 21 2018, 12:15 PM
This revision was automatically updated to reflect the committed changes.