input: remove unused struct

pull/2121/head
Mitchell Hashimoto 2024-08-16 09:48:18 -07:00 committed by Mitchell Hashimoto
parent 2da2cee704
commit ec050407ee
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 0 additions and 7 deletions

View File

@ -763,13 +763,6 @@ pub const Set = struct {
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.
bindings: HashMap = .{},