command/CommandListBuilder: postpone "size" initialization

This commit is contained in:
Max Kellermann
2015-08-14 19:42:11 +02:00
parent 8e408725e9
commit 6f20889f00
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ void
CommandListBuilder::Reset()
{
list.clear();
size = 0;
mode = Mode::DISABLED;
}