Skip to content

Commit

Permalink
remove richval
Browse files Browse the repository at this point in the history
  • Loading branch information
ehigham committed Sep 13, 2023
1 parent db464c4 commit 854f4fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions hail/src/main/scala/is/hail/utils/richUtils/Implicits.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,4 @@ trait Implicits {
implicit def toRichCodeIterator[T](it: Code[Iterator[T]]): RichCodeIterator[T] = new RichCodeIterator[T](it)

implicit def valueToRichCodeIterator[T](it: Value[Iterator[T]]): RichCodeIterator[T] = new RichCodeIterator[T](it)

implicit def toRichVal[A](a: A): RichVal[A] = new RichVal[A](a)
}
6 changes: 0 additions & 6 deletions hail/src/main/scala/is/hail/utils/richUtils/RichVal.scala

This file was deleted.

0 comments on commit 854f4fa

Please sign in to comment.