C++: Remove reference to obsolete issue CPP-383

This commit is contained in:
Jonas Jensen
2021-04-23 09:58:15 +02:00
parent f8d45f04ed
commit 6e059ea002

View File

@@ -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) {