removed dead code (NEWLINE macro)

This commit is contained in:
myT 2019-09-13 00:39:24 +02:00
parent 2d806401eb
commit 3ae1abd69e

View file

@ -20,13 +20,6 @@ typedef struct {
static crash_t crash;
#if defined(_WIN32)
# define NEWLINE "\n"
#else
# define NEWLINE "\r\n"
#endif
static qbool IsVMIndexValid(vmIndex_t vmIndex)
{
return vmIndex >= 0 && vmIndex < VM_COUNT;