summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/SConscript
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2008-09-01 22:13:11 +0000
committerMaarten ter Huurne <maarten@treewalker.org>2008-09-01 22:13:11 +0000
commitf3f17b4a19d69d0f4b4c305bbe8a12659ef30a38 (patch)
tree76117494bfc603c6bcdb3818573b825e99a9873f /Source/Core/Common/Src/SConscript
parent012041bab541e5ca64d37ca4bf06bf651138e472 (diff)
Removed parts of PortableSockets that we do not use. If you need more functionality later, resurrect it from old SVN revisions or re-download the source (see top of the header). However, DO NOT use performance counters to do timing, since the counter value can be different for different CPU cores.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@428 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/SConscript')
-rw-r--r--Source/Core/Common/Src/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/SConscript b/Source/Core/Common/Src/SConscript
index c018d8bbcc..68c1423d33 100644
--- a/Source/Core/Common/Src/SConscript
+++ b/Source/Core/Common/Src/SConscript
@@ -16,7 +16,6 @@ files = [
"MemArena.cpp",
"MemoryUtil.cpp",
"Plugin.cpp",
- "PortableSockets.cpp",
"StringUtil.cpp",
"TestFramework.cpp",
"Thunk.cpp",