Skip to content

Commit 01643e0

Browse files
authored
Remove old TODO. (#5683)
1 parent c3bd8b7 commit 01643e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

joern-cli/frontends/rubysrc2cpg/src/main/scala/io/joern/rubysrc2cpg/astcreation/AstForFunctionsCreator.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ trait AstForFunctionsCreator(implicit withSchemaValidation: ValidationMode) { th
269269
diffGraph.addEdge(binding, method, EdgeTypes.REF)
270270
}
271271

272-
// TODO: remaining cases
273272
protected def astForParameter(node: RubyExpression, index: Int): Ast = {
274273
node match {
275274
case node: (MandatoryParameter | OptionalParameter) =>

0 commit comments

Comments
 (0)