mirror of https://github.com/sbt/sbt.git
Remove dead source file `F0.scala` from interface subproject.
It doesn't seem to be used anywhere.
This commit is contained in:
parent
655e2e5c91
commit
580c84974a
|
|
@ -1,6 +0,0 @@
|
|||
package xsbti
|
||||
|
||||
object g0
|
||||
{
|
||||
def apply[T](s: => T) = new F0[T] { def apply = s }
|
||||
}
|
||||
Loading…
Reference in New Issue