Skip to content

Commit 960641a

Browse files
author
Aaron Danen
committed
remove temp comment
1 parent 09d0cc4 commit 960641a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/checkmemoryleak.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ void CheckMemoryLeakNoVarImpl::checkForUnreleasedInputArgument(const Scope *scop
10461046
const AllocType alloc = getAllocationType(arg, 0);
10471047
if (alloc == No)
10481048
continue;
1049-
//if (alloc == New || alloc == NewArray) {
10501049
else {
10511050
const Token* typeTok = arg->next();
10521051
bool bail = !typeTok->isStandardType() &&

0 commit comments

Comments
 (0)