C#: Remove un-needed ql doc comment.

This commit is contained in:
Michael Nebel
2022-01-14 12:55:54 +01:00
parent 6009d71e9a
commit 8c6c8b0adb

View File

@@ -278,7 +278,6 @@ class TypeParameterConstraints extends Element, @type_parameter_constraints {
/** Gets a textual representation of these constraints. */
override string toString() { result = "where " + this.getTypeParameter().getName() + ": ..." }
/** Gets a textual representation of the class */
override string getAPrimaryQlClass() { result = "TypeParameterConstraints" }
}