remove a now-unneeded comment

This commit is contained in:
Shawn Hoffman 2011-10-04 00:25:53 -07:00
parent 5dc866bfc9
commit a751b627fd
2 changed files with 0 additions and 2 deletions

View file

@ -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();

View file

@ -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;