Skip to content

Commit

Permalink
remove runtime field name resolution which was unsupported by MCc anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
SakulK committed Jan 31, 2024
1 parent 4f7d969 commit 89426bc
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 321 deletions.

This file was deleted.

3 changes: 0 additions & 3 deletions cc/src/main/scala/me/sgrouples/rogue/cc/NamesResolver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,4 @@ trait NamesResolver {
protected def named[T <: io.fsq.field.Field[?, ?]](name: String)(
func: String => T
): T
protected def named[T <: io.fsq.field.Field[?, ?]](
func: String => T
): T
}
Loading

0 comments on commit 89426bc

Please sign in to comment.