Skip to content

Commit 3b38c7f

Browse files
committed
Remove unused var
1 parent 1c8413b commit 3b38c7f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

simplecpp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,7 +1020,6 @@ std::string simplecpp::TokenList::lastLine(int maxsize) const
10201020
std::string simplecpp::TokenList::lastTokenInLine() const
10211021
{
10221022
std::string ret;
1023-
int count = 0;
10241023
for (const Token *tok = cback(); sameline(tok,cback()); tok = tok->previous) {
10251024
if (!tok->comment) {
10261025
ret = (tok->str[0] == '\"' ? std::string("%str%")

0 commit comments

Comments
 (0)