Skip to content

Commit 8c6c8b0

Browse files
committed
C#: Remove un-needed ql doc comment.
1 parent 6009d71 commit 8c6c8b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ class TypeParameterConstraints extends Element, @type_parameter_constraints {
278278
/** Gets a textual representation of these constraints. */
279279
override string toString() { result = "where " + this.getTypeParameter().getName() + ": ..." }
280280

281-
/** Gets a textual representation of the class */
282281
override string getAPrimaryQlClass() { result = "TypeParameterConstraints" }
283282
}
284283

0 commit comments

Comments
 (0)