diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:25:08 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-12-05 18:25:08 +0300 |
commit | 214e16e07d93b3565c433ed67b78796e80f43ec5 (patch) | |
tree | 6b350d92958cdeaf3e25479f95e8ce8d33e075e0 /core/src/main/kotlin/Utilities | |
parent | 955a4f706c54a271473424c817daaeb02bea5cc5 (diff) | |
download | dokka-214e16e07d93b3565c433ed67b78796e80f43ec5.tar.gz dokka-214e16e07d93b3565c433ed67b78796e80f43ec5.tar.bz2 dokka-214e16e07d93b3565c433ed67b78796e80f43ec5.zip |
Tidy around
Diffstat (limited to 'core/src/main/kotlin/Utilities')
-rw-r--r-- | core/src/main/kotlin/Utilities/DokkaModules.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/src/main/kotlin/Utilities/DokkaModules.kt b/core/src/main/kotlin/Utilities/DokkaModules.kt index fcc2f692..6b5e153e 100644 --- a/core/src/main/kotlin/Utilities/DokkaModules.kt +++ b/core/src/main/kotlin/Utilities/DokkaModules.kt @@ -24,8 +24,6 @@ class DokkaAnalysisModule(val environment: AnalysisEnvironment, override fun configure(binder: Binder) { binder.bind<DokkaLogger>().toInstance(logger) - binder.registerCategory<LanguageService>("language") - val coreEnvironment = environment.createCoreEnvironment() binder.bind<KotlinCoreEnvironment>().toInstance(coreEnvironment) |