Skip to content

Commit ee7ffc1

Browse files
committed
Remove unused variables
1 parent 5292e1d commit ee7ffc1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lua/scrollview/signs/conflicts.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ local api = vim.api
22
local fn = vim.fn
33
local scrollview = require('scrollview')
44
local utils = require('scrollview.utils')
5-
local binary_search = utils.binary_search
65

76
local M = {}
87

lua/scrollview/signs/textwidth.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ local api = vim.api
22
local fn = vim.fn
33
local scrollview = require('scrollview')
44
local utils = require('scrollview.utils')
5-
local binary_search = utils.binary_search
65

76
local M = {}
87

0 commit comments

Comments
 (0)