Skip to content

Commit 25b3aba

Browse files
authored
Update test.cpp
1 parent 2dc85e1 commit 25b3aba

File tree

1 file changed

+0
-10
lines changed
  • cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests

1 file changed

+0
-10
lines changed

cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests/test.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,3 @@ int functionWork2b_() {
9393
globalVala2 = a[0];
9494
return 0;
9595
}
96-
97-
void functionRunner() {
98-
functionWork1();
99-
functionWork1_();
100-
functionWork1b();
101-
functionWork2();
102-
functionWork2_();
103-
functionWork2b();
104-
functionWork2b_();
105-
}

0 commit comments

Comments
 (0)