From 63a12e1e2d0ed3c057f491e57b88e096b9d03215 Mon Sep 17 00:00:00 2001 From: Jurica Bradaric Date: Mon, 1 Feb 2016 08:53:59 +0100 Subject: Remove unused variables from the test. --- test/functional/legacy/search_mbyte_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/legacy/search_mbyte_spec.lua b/test/functional/legacy/search_mbyte_spec.lua index 832fc1c831..d807e69b68 100644 --- a/test/functional/legacy/search_mbyte_spec.lua +++ b/test/functional/legacy/search_mbyte_spec.lua @@ -1,7 +1,7 @@ -- Test for search('multi-byte char', 'bce') local helpers = require('test.functional.helpers') -local feed, insert, source = helpers.feed, helpers.insert, helpers.source +local insert = helpers.insert local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect describe('search_mbyte', function() -- cgit