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

@ -70,8 +70,7 @@ 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