Remove unused variable

This commit is contained in:
Lorenz Meier 2014-01-05 15:21:30 +01:00
parent 7ee5f127f2
commit d114ff1ac9
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ NullMixer *
NullMixer::from_text(const char *buf, unsigned &buflen)
{
NullMixer *nm = nullptr;
const char *end = buf + buflen;
/* enforce that the mixer ends with space or a new line */
for (int i = buflen - 1; i >= 0; i--) {