Skip to content

Commit 848f89a

Browse files
committed
Remove dead code.
1 parent 8ae61ac commit 848f89a

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ lazy val buildInfoSettings: Seq[Def.Setting[_]] = Seq(
324324
buildInfoObject := "Versions"
325325
)
326326

327-
def currentCommit = {}
328327
def scala210 = "2.10.6"
329328
def scala211 = "2.11.11"
330329
def scala212 = "2.12.2"

readme/src/main/scala/org/scalafmt/readme/Readme.scala

-6
Original file line numberDiff line numberDiff line change
@@ -299,12 +299,6 @@ object Readme {
299299
def fmt(style: ScalafmtConfig)(code: String): TypedTag[String] =
300300
example(code, style)
301301

302-
def other = {
303-
// val settings = Settings[ScalafmtConfig].flat(ScalafmtConfig.default)
304-
// TODO(olafur): do something useful with settings
305-
raw("")
306-
}
307-
308302
def lastUpdated =
309303
new SimpleDateFormat("MMM d, y").format(new Date(Versions.timestamp.toLong))
310304

scalafmt-tests/src/test/scala/org/scalafmt/config/ConfigTest.scala

-13
This file was deleted.

0 commit comments

Comments
 (0)