Skip to content

Commit 918e757

Browse files
author
Steve Ramage
committed
Moar support
1 parent 503c28c commit 918e757

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/kotlin/net/sjrx/intellij/plugins/systemdunitfiles/semanticdata/SemanticDataRepository.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,11 +162,6 @@ class SemanticDataRepository private constructor() {
162162
}
163163
}
164164

165-
/**
166-
* NOTE To Self, I have left this part way. Most data structures need to have a unit file class changed.
167-
* I think the best way is for callers to pass in a type for the file class to index the new JSON array.
168-
*/
169-
170165
fun getSectionNamesForFile(fileClass: String): Set<String> {
171166
return Collections.unmodifiableSet(fileClassToSectionNameToKeyValuesFromDoc.getOrDefault(fileClass, emptyMap()).keys)
172167
}

0 commit comments

Comments
 (0)