fix: removed unused code
This commit is contained in:
parent
0b80ae50db
commit
3d0a0571c2
1 changed files with 0 additions and 2 deletions
|
|
@ -21,8 +21,6 @@ pub fn process_egc(self: *Type, egc: []const u8) command.Result {
|
||||||
var action: []const u8 = "";
|
var action: []const u8 = "";
|
||||||
if ((self.ctx.args.match(.{tp.extract(&action)}) catch false)) {
|
if ((self.ctx.args.match(.{tp.extract(&action)}) catch false)) {
|
||||||
try command.executeName(action, command.fmt(.{egc}));
|
try command.executeName(action, command.fmt(.{egc}));
|
||||||
} else {
|
|
||||||
try command.executeName("match_brackets", .{});
|
|
||||||
}
|
}
|
||||||
try command.executeName("exit_mini_mode", .{});
|
try command.executeName("exit_mini_mode", .{});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue