mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Update test.cpp
This commit is contained in:
@@ -93,13 +93,3 @@ int functionWork2b_() {
|
||||
globalVala2 = a[0];
|
||||
return 0;
|
||||
}
|
||||
|
||||
void functionRunner() {
|
||||
functionWork1();
|
||||
functionWork1_();
|
||||
functionWork1b();
|
||||
functionWork2();
|
||||
functionWork2_();
|
||||
functionWork2b();
|
||||
functionWork2b_();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user