summaryrefslogtreecommitdiff
path: root/cli/proc_state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r--cli/proc_state.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs
index 5e55f99f3..ab3d0bc4d 100644
--- a/cli/proc_state.rs
+++ b/cli/proc_state.rs
@@ -138,7 +138,6 @@ impl ProcState {
/// Reset all runtime state to its default. This should be used on file
/// watcher restarts.
pub fn reset_for_file_watcher(&mut self) {
- self.blob_store.clear();
self.0 = Arc::new(Inner {
dir: self.dir.clone(),
caches: self.caches.clone(),