mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-07 20:07:30 +02:00
Remove unused code
This commit is contained in:
@@ -90,7 +90,5 @@ object CommitState {
|
||||
}
|
||||
}
|
||||
|
||||
// implicit val getResult: GetResult[CommitState] = GetResult(r => CommitState(r.<<))
|
||||
// implicit val getResultOpt: GetResult[Option[CommitState]] = GetResult(r => r.<<?[String].map(CommitState(_)))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user