Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 5fcb5d4

Browse files
authored
weird fix
1 parent 7039c7b commit 5fcb5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/tier0/platform.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ struct CPUInformation
11181118

11191119
tchar* m_szProcessorID; // Processor vendor Identification.
11201120

1121-
CPUInformation(): m_Size(0){}
1121+
// CPUInformation(): m_Size(0){}
11221122
};
11231123

11241124
PLATFORM_INTERFACE const CPUInformation& GetCPUInformation();

0 commit comments

Comments
 (0)