Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 25b3aba

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

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

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)