From 814fc986d9c850a8b6099e788db3d5be1b1df825 Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 19 Feb 2022 23:12:54 +0000 Subject: [PATCH] remove now-unused patch_file_info --- src/patch/patch.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/patch/patch.rs b/src/patch/patch.rs index 02c90f4..e72b30c 100644 --- a/src/patch/patch.rs +++ b/src/patch/patch.rs @@ -139,7 +139,6 @@ impl SendServerPacket for SendPatchPacket { pub struct PatchServerState { patch_file_tree: PatchFileTree, patch_file_lookup: HashMap, - patch_file_info: Vec, client_file_info: HashMap>, patch_motd: String, } @@ -149,7 +148,6 @@ impl PatchServerState { PatchServerState { patch_file_tree, patch_file_lookup, - patch_file_info: Vec::new(), client_file_info: HashMap::new(), patch_motd, }