strbuffer: remove if, it's not needed
This commit is contained in:
@@ -210,7 +210,6 @@ template <typename C> class basic_buffer
|
|||||||
buf.LoadAttribute(w, b->Value);
|
buf.LoadAttribute(w, b->Value);
|
||||||
b++;
|
b++;
|
||||||
}
|
}
|
||||||
if (i < s.length())
|
|
||||||
tmp += s[i];
|
tmp += s[i];
|
||||||
}
|
}
|
||||||
if (!tmp.empty())
|
if (!tmp.empty())
|
||||||
|
|||||||
Reference in New Issue
Block a user