split is a deprecated compile error and unused

using std.mem.split is a compileError as off this change

76fb2b685b
This commit is contained in:
btipling 2024-06-22 00:45:26 -07:00
parent e022b0b2f8
commit 7230e7de86

View file

@ -33,7 +33,6 @@ pub const Selection = Buffer.Selection;
const Allocator = std.mem.Allocator;
const copy = std.mem.copy;
const fmt = std.fmt;
const split = std.mem.split;
const time = std.time;
const scroll_step_small = 3;