Skip to content

Commit ed673a9

Browse files
committed
Remove commented-out code.
1 parent 1606bf6 commit ed673a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/autosar/src/rules/M0-1-4/SingleUsePODVariable.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ Expr getIndirectSubObjectAssignedValue(MemberVariable subobject) {
5151
/** Gets a "use" count according to rule M0-1-4. */
5252
int getUseCount(Variable v) {
5353
// We enforce that it's a POD type variable, so if it has an initializer it is explicit
54-
//v.getFile().getBaseName() = "test_member.cpp" and
5554
result =
5655
count(getAUserInitializedValue(v)) +
5756
count(VariableAccess access | access = v.getAnAccess() and not access.isCompilerGenerated()) +

0 commit comments

Comments
 (0)