Remove the workaround added in bug 1022420 now that clang-cl understands __declspec(novtable)

This commit is contained in:
Ehsan Akhgari 2016-02-05 21:38:04 -05:00
parent c8c147e70f
commit 056fc9484c

View File

@ -248,7 +248,7 @@
#ifdef NS_NO_VTABLE
#undef NS_NO_VTABLE
#endif
#if defined(_MSC_VER) && !defined(__clang__)
#if defined(_MSC_VER)
#define NS_NO_VTABLE __declspec(novtable)
#else
#define NS_NO_VTABLE