[libc++] [test] Don't nasty-macro `__opt` yet; we actually use that one.

This reverts another of the macros just added in D101613, because it turns out
that the <optional> and <filesystem> headers use the identifier __opt.
This commit is contained in:
Arthur O'Dwyer 2021-05-01 10:11:46 -04:00
parent 8a5e0d9563
commit 9cad090e10
1 changed files with 0 additions and 1 deletions

View File

@ -61,7 +61,6 @@
#define __in NASTY_MACRO
#define __inout NASTY_MACRO
#define __nz NASTY_MACRO
#define __opt NASTY_MACRO
#define __out NASTY_MACRO
#define __part NASTY_MACRO
#endif