remove testing override

This commit is contained in:
Jeff Hill
2002-08-01 00:17:26 +00:00
parent d589196c08
commit 3ec238f69c

View File

@@ -69,7 +69,6 @@ epicsShareFunc epicsMutexId epicsShareAPI
osInfo.dwOSVersionInfoSize = sizeof ( OSVERSIONINFO );
status = GetVersionEx ( & osInfo );
thisIsNT = status && ( osInfo.dwPlatformId == VER_PLATFORM_WIN32_NT );
thisIsNT = 0;
weHaveInitialized = 1;
}