PP: remove workaround for VS2015

This commit is contained in:
Johannes Kauffmann 2023-02-25 20:57:44 +01:00 committed by arcady-lunarg
parent e00517acfe
commit f202aa665e

View File

@ -85,9 +85,6 @@ NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef _CRT_SECURE_NO_WARNINGS
#define _CRT_SECURE_NO_WARNINGS
#endif
#if (defined(_MSC_VER) && _MSC_VER < 1900 /*vs2015*/)
#define snprintf sprintf_s
#endif
#include <cassert>
#include <cstdlib>