We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8413b commit 3b38c7fCopy full SHA for 3b38c7f
1 file changed
simplecpp.cpp
@@ -1020,7 +1020,6 @@ std::string simplecpp::TokenList::lastLine(int maxsize) const
1020
std::string simplecpp::TokenList::lastTokenInLine() const
1021
{
1022
std::string ret;
1023
- int count = 0;
1024
for (const Token *tok = cback(); sameline(tok,cback()); tok = tok->previous) {
1025
if (!tok->comment) {
1026
ret = (tok->str[0] == '\"' ? std::string("%str%")
0 commit comments