Skip to content

Commit ef17a59

Browse files
committed
Updater: removed unused variable
1 parent f8be358 commit ef17a59

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/DependencyControl/Updater.moon

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,8 @@ class Updater extends UpdaterBase
476476

477477
@@config\load!
478478
running, didWait = @@config.c.updaterRunning
479-
if running and running.host != @host
480-
otherHost = running.host
481479

480+
if running and running.host != @host
482481
if running.time + @@config.c.updateOrphanTimeout < os.time!
483482
@@logger\log msgs.getLock.orphaned, running.host
484483
elseif doWait

0 commit comments

Comments
 (0)