dtas-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] mlib: fix unused variable warning


From: Eric Wong
Subject: [PATCH] mlib: fix unused variable warning
Date: Wed, 2 Jan 2019 10:39:55 +0000

---
 lib/dtas/mlib.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/dtas/mlib.rb b/lib/dtas/mlib.rb
index 5395fa1..a7e6102 100644
--- a/lib/dtas/mlib.rb
+++ b/lib/dtas/mlib.rb
@@ -77,7 +77,6 @@ def init_suffixes
   end
 
   def worker(todo, lock)
-    old_lock = @lock
     @lock = lock
     @work.close
     synchronize { @db.tables } # reconnect before chdir
-- 
EW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]