mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
more cleanup
+pre-incrementing of iters is faster
This commit is contained in:
parent
b2bb1c096b
commit
8084d7c0e4
25 changed files with 216 additions and 181 deletions
|
|
@ -185,10 +185,9 @@ int Executor::getParams(unsigned howMany)
|
|||
return 0;
|
||||
}
|
||||
|
||||
int Executor::cleanParams()
|
||||
void Executor::cleanParams()
|
||||
{
|
||||
fparams.clear();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Executor::makeString(unsigned param)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue