Merge pull request #14403 from erik-krogh/dDEps

All: delete outdated deprecations
This commit is contained in:
Erik Krogh Kristensen
2023-10-09 21:04:55 +02:00
committed by GitHub
227 changed files with 89 additions and 5271 deletions

View File

@@ -609,9 +609,6 @@ class LongLiteral extends Literal, @longliteral {
override string getAPrimaryQlClass() { result = "LongLiteral" }
}
/** DEPRECATED: Alias for FloatLiteral */
deprecated class FloatingPointLiteral = FloatLiteral;
/**
* A float literal. For example, `4.2f`.
*