mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
rm extraneous macro
This commit is contained in:
parent
c84548e71d
commit
f955844435
@ -1378,8 +1378,6 @@ int os_init(void) {
|
||||
#if defined(ZIG_OS_WINDOWS)
|
||||
_setmode(fileno(stdout), _O_BINARY);
|
||||
_setmode(fileno(stderr), _O_BINARY);
|
||||
#endif
|
||||
#if defined(ZIG_OS_WINDOWS)
|
||||
unsigned __int64 frequency;
|
||||
if (QueryPerformanceFrequency((LARGE_INTEGER*) &frequency)) {
|
||||
win32_time_resolution = 1.0 / (double) frequency;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user