Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc85e1 commit 25b3abaCopy full SHA for 25b3aba
1 file changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-754/semmle/tests/test.cpp
@@ -93,13 +93,3 @@ int functionWork2b_() {
93
globalVala2 = a[0];
94
return 0;
95
}
96
-
97
-void functionRunner() {
98
- functionWork1();
99
- functionWork1_();
100
- functionWork1b();
101
- functionWork2();
102
- functionWork2_();
103
- functionWork2b();
104
- functionWork2b_();
105
-}
0 commit comments