mirror of https://github.com/acidanthera/audk.git
BaseTools/CodeQL: Removed unused static function query
This query seems to produce a rate of false positives with some common patterns in edk2 like passing function pointers for callback. Due to the usage of `STATIC` instead of `static` particularly for functions, this query was rarely used in the past. It is removed here to prevent future false positives. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
parent
8e6ba0dcae
commit
1bb9f47739
|
@ -69,8 +69,6 @@
|
|||
id: cpp/missing-header-guard
|
||||
- include:
|
||||
id: cpp/unused-local-variable
|
||||
- include:
|
||||
id: cpp/unused-static-function
|
||||
- include:
|
||||
id: cpp/unused-static-variable
|
||||
|
||||
|
|
Loading…
Reference in New Issue