summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2011-10-04 00:25:53 -0700
committerShawn Hoffman <godisgovernment@gmail.com>2011-10-09 01:11:44 -0700
commita751b627fdacd52db0f0d18cfaf33b8502fc7d06 (patch)
tree70aa234a2c9000933c52a4fe2fe171cd8f7b1790 /Source/Core
parent5dc866bfc9c178b1a490012d04f9ef3d499a8d76 (diff)
remove a now-unneeded comment
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Src/HW/EXI_DeviceMic.cpp1
-rw-r--r--Source/Core/Core/Src/PowerPC/PowerPC.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Core/Src/HW/EXI_DeviceMic.cpp b/Source/Core/Core/Src/HW/EXI_DeviceMic.cpp
index 4bafd51de6..bf73dbc002 100644
--- a/Source/Core/Core/Src/HW/EXI_DeviceMic.cpp
+++ b/Source/Core/Core/Src/HW/EXI_DeviceMic.cpp
@@ -59,7 +59,6 @@ void CEXIMic::StreamInit()
void CEXIMic::StreamTerminate()
{
- // TODO keep track of number of mics...
if (pa_init && --mic_count <= 0)
pa_error = Pa_Terminate();
diff --git a/Source/Core/Core/Src/PowerPC/PowerPC.cpp b/Source/Core/Core/Src/PowerPC/PowerPC.cpp
index 590881bb96..aef4c78c7b 100644
--- a/Source/Core/Core/Src/PowerPC/PowerPC.cpp
+++ b/Source/Core/Core/Src/PowerPC/PowerPC.cpp
@@ -276,7 +276,6 @@ void CheckExceptions()
// Read volatile data once
u32 exceptions = ppcState.Exceptions;
- // This check is unnecessary in JIT mode. However, it probably doesn't really hurt.
if (!exceptions)
return;