Skip to content

Commit b98daae

Browse files
committed
C++: Remove deprecated from hasQualifiedName/1
The predicate is still deprecated, but we can't mark it as such until the queries in our internal repo have migrated away from it.
1 parent 6d954fe commit b98daae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/ql/src/semmle/code/cpp/Declaration.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ abstract class Declaration extends Locatable, @declaration {
6464
* Holds if this declaration has the fully-qualified name `qualifiedName`.
6565
* See `getQualifiedName`.
6666
*/
67-
deprecated
6867
predicate hasQualifiedName(string qualifiedName) {
6968
this.getQualifiedName() = qualifiedName
7069
}

0 commit comments

Comments
 (0)