Remove useless use of a variable in Reline::ANSI
This commit is contained in:
parent
80c968c571
commit
b5a3ec7f18
@ -33,7 +33,6 @@ class Reline::ANSI
|
|||||||
res << c if c
|
res << c if c
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
res
|
|
||||||
m = res.match(/(?<row>\d+);(?<column>\d+)/)
|
m = res.match(/(?<row>\d+);(?<column>\d+)/)
|
||||||
column = m[:column].to_i - 1
|
column = m[:column].to_i - 1
|
||||||
row = m[:row].to_i - 1
|
row = m[:row].to_i - 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user