Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Aug 30, 2023
1 parent c85f0a7 commit 066f7e1
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,6 @@ object AbstractBindingDefDSL {
}
}

final class LocalContextRef() extends BindingRef {
override def interpret: collection.Seq[Binding] = ???
}

final class SetElementRef(implDef: ImplDef, pos: SourceFilePosition, ops: mutable.Queue[SetElementInstruction] = mutable.Queue.empty) {
def interpret(setKey: DIKey.BasicKey): SetElementBinding = {
val implKey = DIKey.TypeKey(implDef.implType)
Expand Down

0 comments on commit 066f7e1

Please sign in to comment.