summaryrefslogtreecommitdiffstats
path: root/src/libs/7zip/win/CPP/Windows/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/7zip/win/CPP/Windows/System.h')
-rw-r--r--src/libs/7zip/win/CPP/Windows/System.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/libs/7zip/win/CPP/Windows/System.h b/src/libs/7zip/win/CPP/Windows/System.h
deleted file mode 100644
index 4133a7b30..000000000
--- a/src/libs/7zip/win/CPP/Windows/System.h
+++ /dev/null
@@ -1,16 +0,0 @@
-// Windows/System.h
-
-#ifndef __WINDOWS_SYSTEM_H
-#define __WINDOWS_SYSTEM_H
-
-#include "../Common/MyTypes.h"
-
-namespace NWindows {
-namespace NSystem {
-
-UInt32 GetNumberOfProcessors();
-UInt64 GetRamSize();
-
-}}
-
-#endif