mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
remove unused variable
This commit is contained in:
parent
05c30200c3
commit
c1baf3e1d4
1 changed files with 0 additions and 2 deletions
|
@ -247,8 +247,6 @@ class Cli
|
||||||
# @args: item -> the item
|
# @args: item -> the item
|
||||||
# clipboard -> enable clipboard
|
# clipboard -> enable clipboard
|
||||||
def clipboard(item, clipboard = true)
|
def clipboard(item, clipboard = true)
|
||||||
pid = nil
|
|
||||||
|
|
||||||
# Security: force quit after 90s
|
# Security: force quit after 90s
|
||||||
Thread.new do
|
Thread.new do
|
||||||
sleep 90
|
sleep 90
|
||||||
|
|
Loading…
Add table
Reference in a new issue