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 59905741e1
commit 785b750e47
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 }
}