Remove CHECKPOINT, a disproportionate amount of time is spent in there.

This commit is contained in:
Steve Checkoway
2004-07-02 07:10:39 +00:00
parent 66b1763049
commit 72b4599cd3
@@ -53,7 +53,6 @@ void RageSound_Generic_Software::Mix( int16_t *buf, int frames, int64_t frameno,
static SoundMixBuffer mix;
CHECKPOINT;
for( unsigned i = 0; i < ARRAYSIZE(sounds); ++i )
{
/* s.snd can not safely be accessed from here. */