aboutsummaryrefslogtreecommitdiffstats
path: root/src/command/CommandListBuilder.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-14 19:42:11 +0200
committerMax Kellermann <max@duempel.org>2015-08-14 19:42:11 +0200
commit6f20889f00e4cee39ceac0f65109cdd013ee9a5d (patch)
tree6f0b7ee8f6bfbb185243bd62e7a0e73f85459db1 /src/command/CommandListBuilder.cxx
parent8e408725e98f1f5dc0cc9299c70d22fcacfdb3a6 (diff)
downloadmpd-6f20889f00e4cee39ceac0f65109cdd013ee9a5d.tar.gz
mpd-6f20889f00e4cee39ceac0f65109cdd013ee9a5d.tar.xz
mpd-6f20889f00e4cee39ceac0f65109cdd013ee9a5d.zip
command/CommandListBuilder: postpone "size" initialization
Diffstat (limited to 'src/command/CommandListBuilder.cxx')
-rw-r--r--src/command/CommandListBuilder.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/CommandListBuilder.cxx b/src/command/CommandListBuilder.cxx
index e2c7f95a5..4abb3ad16 100644
--- a/src/command/CommandListBuilder.cxx
+++ b/src/command/CommandListBuilder.cxx
@@ -27,7 +27,6 @@ void
CommandListBuilder::Reset()
{
list.clear();
- size = 0;
mode = Mode::DISABLED;
}