drop clashing, obsolete CompileOptions object

This commit is contained in:
Mark Harrah 2011-04-04 19:09:45 -04:00
parent a750c1563f
commit e965785646
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
package sbt
object CompileOptions
{
val Deprecation = "-deprecation"
val Unchecked = "-unchecked"
val Verbose = "-verbose"
}