Java: delete old deprecations

This commit is contained in:
erik-krogh
2022-11-17 12:37:31 +01:00
parent d5ec781d4c
commit a4e5d752e1
4 changed files with 5 additions and 24 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
* Deleted the deprecated `LocalClassDeclStmtNode` and `LocalClassDeclStmt` classes from `PrintAst.qll` and `Statement.qll` respectively.
* Deleted the deprecated `getLocalClass` predicate from `LocalTypeDeclStmt`, and the deprecated `getLocalClassDeclStmt` predicate from `LocalClassOrInterface`.