input: remove unused struct

This commit is contained in:
Mitchell Hashimoto
2024-08-16 09:48:18 -07:00
committed by Mitchell Hashimoto
parent 2da2cee704
commit ec050407ee

View File

@ -763,13 +763,6 @@ pub const Set = struct {
std.hash_map.default_max_load_percentage, std.hash_map.default_max_load_percentage,
); );
const UnconsumedMap = std.HashMapUnmanaged(
Trigger,
void,
Context(Trigger),
std.hash_map.default_max_load_percentage,
);
/// The set of bindings. /// The set of bindings.
bindings: HashMap = .{}, bindings: HashMap = .{},