Update common.h

This commit is contained in:
Gabi Melman 2016-07-21 12:41:20 +03:00 committed by GitHub
parent 28ebdad367
commit f702dce601
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
#elif defined(_MSC_VER)
#define DEPRECATED __declspec(deprecated)
#else
#pragma message("DEPRECATED")
#define DEPRECATED
#endif