pull/5/head
gabime 12 years ago
parent efb6022eba
commit 5e8eea7e90

@ -69,9 +69,8 @@ void popper(Q* q)
{ {
string output; string output;
while(active) while(active)
{ {
q->clear(); q->pop(output);
//q->pop(output);
++pop_count; ++pop_count;
} }
} }

Loading…
Cancel
Save