Remove useless assignment.

This commit is contained in:
Frederich Munch 2017-03-10 16:18:05 -05:00 committed by sftnight
parent 3aea7df3c0
commit ae9b72cbb1

View File

@ -208,8 +208,6 @@ namespace cling {
else
m_Input.append("\n");
}
else
m_Input = "";
m_Input.append(line);