Remove old comment

This commit is contained in:
jorgectf
2021-04-01 18:34:54 +02:00
parent 5edb3b1153
commit ee70eb709c

View File

@@ -67,9 +67,6 @@ module JWTDecoding {
* extend `JWTDecoding` instead.
*/
abstract class Range extends DataFlow::Node {
/**
* Gets the argument containing the escaped expression.
*/
abstract predicate verifiesSignature();
}
}