Remove dead source file `F0.scala` from interface subproject.

It doesn't seem to be used anywhere.
This commit is contained in:
Grzegorz Kossakowski 2013-10-25 16:30:43 +02:00
parent 655e2e5c91
commit 580c84974a
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
package xsbti
object g0
{
def apply[T](s: => T) = new F0[T] { def apply = s }
}