input: remove unused struct
parent
2da2cee704
commit
ec050407ee
|
|
@ -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 = .{},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue