Skip to content

Commit 8bd65d2

Browse files
committed
refactor: Variable 'runSettings' is never used
1 parent 9afd068 commit 8bd65d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/io/plugin/tsnode/execution/TsConfigurationEditor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,6 @@ class TsConfigurationEditor(runConfig: TsRunConfiguration, project: Project) : _
233233
{
234234
//LOG.info("[applyEditorTo] $this $config")
235235

236-
val runSettings = config.runSettings
237-
238236
config.runSettings = config.runSettings.copy(
239237
interpreterRef = interpreterField.interpreterRef,
240238

0 commit comments

Comments
 (0)