Skip to content

Commit d86f204

Browse files
committed
Remove forgotten debug line.
1 parent 0e0b98e commit d86f204

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/attributes.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,6 @@ namespace attributes {
14811481
std::string argsText = signature.substr(beginParenLoc + 1,
14821482
endParenLoc-beginParenLoc-1);
14831483
std::vector<std::string> args = parseArguments(argsText);
1484-
for(auto arg: args)
14851484
for (std::vector<std::string>::const_iterator it =
14861485
args.begin(); it != args.end(); ++it) {
14871486

0 commit comments

Comments
 (0)