Remove unused code.

This commit is contained in:
takezoe
2013-06-02 14:19:53 +09:00
parent 2a6c130f71
commit f83d9a63b9

View File

@@ -37,18 +37,6 @@ trait WikiService {
import WikiService._
// /**
// * Returns the directory of the wiki repository.
// */
// def getWikiRepositoryDir(owner: String, repository: String): File =
// new File("%s/%s/%s.wiki.git".format(Directory.RepositoryHome, owner, repository))
//
// /**
// * Returns the directory of the wiki working directory which is cloned from the wiki repository.
// */
// def getWikiWorkDir(owner: String, repository: String): File =
// new File("%s/tmp/%s/%s.wiki".format(Directory.GitBucketHome, owner, repository))
// TODO synchronized?
def createWikiRepository(owner: String, repository: String): Unit = {
val dir = Directory.getWikiRepositoryDir(owner, repository)