Skip to content

Commit d5ec781

Browse files
committed
C#: delete old deprecations
1 parent a5a244f commit d5ec781

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Deleted the deprecated `getNameWithoutBrackets` predicate from the `ValueOrRefType` class in `Type.qll`.

csharp/ql/lib/semmle/code/csharp/Type.qll

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,6 @@ private predicate isObjectClass(Class c) { c instanceof ObjectType }
5656
* Either a value type (`ValueType`) or a reference type (`RefType`).
5757
*/
5858
class ValueOrRefType extends DotNet::ValueOrRefType, Type, Attributable, @value_or_ref_type {
59-
/**
60-
* DEPRECATED: use `getUndecoratedName()` instead.
61-
*
62-
* Gets the name of this type without `<...>` brackets, in case it is a generic type.
63-
*/
64-
deprecated string getNameWithoutBrackets() { types(this, _, result) }
65-
6659
/**
6760
* Holds if this type has the qualified name `qualifier`.`name`.
6861
*

0 commit comments

Comments
 (0)