mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Remove un-needed ql doc comment.
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user