Fix unreachable pattern warning

This commit is contained in:
Lucien Greathouse
2019-10-01 14:07:50 -07:00
parent 3dff4d1061
commit 7be5b36494

View File

@@ -111,9 +111,6 @@ impl ChangeProcessor {
applied_patches.push(applied_patch_set);
}
}
ImfsEvent::Removed(path) => {
log::warn!("TODO: Handle file remove events");
}
}
applied_patches