Skip to content

Commit 12acd54

Browse files
committed
Remove unused val
1 parent 3e283f3 commit 12acd54

File tree

1 file changed

+3
-4
lines changed
  • modules/cli/src/main/scala/scala/cli/commands/bsp

1 file changed

+3
-4
lines changed

modules/cli/src/main/scala/scala/cli/commands/bsp/Bsp.scala

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,9 @@ object Bsp extends ScalaCommand[BspOptions] {
165165
}
166166

167167
val bspReloadableOptionsReference = BspReloadableOptions.Reference { () =>
168-
val sharedOptions = getSharedOptions()
169-
val launcherOptions = getLauncherOptions()
170-
val envs = getEnvsFromFile()
171-
val bloopRifleConfig = sharedOptions.bloopRifleConfig()
168+
val sharedOptions = getSharedOptions()
169+
val launcherOptions = getLauncherOptions()
170+
val envs = getEnvsFromFile()
172171

173172
refreshPowerMode(launcherOptions, sharedOptions, envs)
174173

0 commit comments

Comments
 (0)