mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 04:02:00 -06:00
Removed unused struct
This commit is contained in:
parent
ff258c0722
commit
ce358041be
1 changed files with 0 additions and 2 deletions
|
|
@ -269,8 +269,6 @@ impl Filter for ArchiveFilter {
|
||||||
|
|
||||||
let mut single_format_collection = SingleFormatCollection::new();
|
let mut single_format_collection = SingleFormatCollection::new();
|
||||||
|
|
||||||
struct SortKey(u32, String);
|
|
||||||
|
|
||||||
let mut sorted: BTreeMap<(u32, String), Self::T> = BTreeMap::new();
|
let mut sorted: BTreeMap<(u32, String), Self::T> = BTreeMap::new();
|
||||||
for data in flatten_input {
|
for data in flatten_input {
|
||||||
sorted
|
sorted
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue