mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C++: Remove reference to obsolete issue CPP-383
This commit is contained in:
@@ -118,7 +118,7 @@ private predicate isFunction(Element el) {
|
||||
|
||||
/**
|
||||
* Holds if `fc` is a `FunctionCall` with no return value for `getTarget`. This
|
||||
* can happen due to extractor issue CPP-383.
|
||||
* can happen in case of rare database inconsistencies.
|
||||
*/
|
||||
pragma[noopt]
|
||||
private predicate callHasNoTarget(@funbindexpr fc) {
|
||||
|
||||
Reference in New Issue
Block a user