diff options
author | ZyX <kp-pav@yandex.ru> | 2017-10-30 01:48:32 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-06 01:17:37 +0300 |
commit | 3ecb95298ffd9ef6ee681876f2d32553fd222b96 (patch) | |
tree | 0085994aa9e95957abef84f84a6b29714a31d53c /test/unit/viml/helpers.lua | |
parent | 0356dbbb36ffa7934c35e9dbfc6667f9118c244f (diff) | |
download | rneovim-3ecb95298ffd9ef6ee681876f2d32553fd222b96.tar.gz rneovim-3ecb95298ffd9ef6ee681876f2d32553fd222b96.tar.bz2 rneovim-3ecb95298ffd9ef6ee681876f2d32553fd222b96.zip |
tests: Fix testlint errors
Diffstat (limited to 'test/unit/viml/helpers.lua')
-rw-r--r-- | test/unit/viml/helpers.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/unit/viml/helpers.lua b/test/unit/viml/helpers.lua index c965cacb29..70949e8278 100644 --- a/test/unit/viml/helpers.lua +++ b/test/unit/viml/helpers.lua @@ -5,7 +5,6 @@ local cimport = helpers.cimport local kvi_new = helpers.kvi_new local kvi_init = helpers.kvi_init local conv_enum = helpers.conv_enum -local child_call_once = helpers.child_call_once local make_enum_conv_tab = helpers.make_enum_conv_tab local lib = cimport('./src/nvim/viml/parser/expressions.h') @@ -33,11 +32,6 @@ local function new_pstate(strings) ret_pline.size = size ret_pline.allocated = false end - local pline_init = { - data = nil, - size = 0, - allocated = false, - } local state = { reader = { get_line = get_line, |