SNRK-70: obsollete code is removed
This commit is contained in:
parent
7a57de989b
commit
b7a439f711
@ -11,12 +11,5 @@ public suspend fun buildDocument(documentPath: String) {
|
|||||||
val documentDirectory: Directory = LocalDirectory(documentPath)
|
val documentDirectory: Directory = LocalDirectory(documentPath)
|
||||||
val documentRoot = documentDirectory.get(DEFAULT_DOCUMENT_ROOT)
|
val documentRoot = documentDirectory.get(DEFAULT_DOCUMENT_ROOT)
|
||||||
|
|
||||||
val (dependencies, vertex) = parseMd(documentRoot.readAll())
|
TODO()
|
||||||
|
|
||||||
val documentDependencies: HashMap<String, Dependencies> = HashMap<String, Dependencies>()
|
|
||||||
val dependencyGraph: HashMap<String, DependencyGraphVertex> =
|
|
||||||
HashMap<String, DependencyGraphVertex>()
|
|
||||||
|
|
||||||
documentDependencies.put(documentPath, dependencies)
|
|
||||||
dependencyGraph.put(documentPath, vertex)
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user