diff options
author | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2016-08-15 00:39:40 +0000 |
---|---|---|
committer | vboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f> | 2016-08-15 00:39:40 +0000 |
commit | 388d29d14766172c3d873d7e257ec41aa71a352b (patch) | |
tree | 73b88c5197731e8766a41494e275f157dc2832b0 /src/VBox/Runtime/r3/darwin | |
parent | 14b6fbd6da7840ecf3c41195923fb117a01ea1e9 (diff) | |
download | VirtualBox-svn-388d29d14766172c3d873d7e257ec41aa71a352b.tar.gz |
Runtime: warnings
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@63451 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/r3/darwin')
-rw-r--r-- | src/VBox/Runtime/r3/darwin/mp-darwin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp index 92f03f3bc82..0e088c68229 100644 --- a/src/VBox/Runtime/r3/darwin/mp-darwin.cpp +++ b/src/VBox/Runtime/r3/darwin/mp-darwin.cpp @@ -77,6 +77,8 @@ static RTCPUID rtMpDarwinMaxPhysicalCpus(void) return 1; } + +#if 0 /* unused */ /** * Internal worker that determines the current number of logical CPUs (hyperthreads). * @@ -92,6 +94,8 @@ static RTCPUID rtMpDarwinOnlineLogicalCpus(void) AssertFailed(); return 1; } +#endif /* unused */ + /** * Internal worker that determines the current number of physical CPUs. |