C++: Remove unneeded options from tests

This commit is contained in:
Jeroen Ketema
2024-06-20 14:21:34 +02:00
parent a36e39359f
commit 4c4c15b425
16 changed files with 16 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
// semmle-extractor-options: --edg --clang
// semmle-extractor-options: --clang
int source();
void sink(int); void sink(const int *); void sink(int **); void indirect_sink(...);