doc: remove obsolete comment

This commit is contained in:
Joonas Koivunen
2023-08-28 14:01:56 +03:00
parent 74aefa0b07
commit 090f9a5a80

View File

@@ -387,8 +387,6 @@ impl Drop for LayerInner {
return;
}
// SEMITODO: this could be spawn_blocking or not; we are only doing the filesystem delete
// right now, later this will be a submit to the global deletion queue.
let span = tracing::info_span!(parent: None, "layer_gc", tenant_id = %self.layer_desc().tenant_id, timeline_id = %self.layer_desc().timeline_id, layer = %self);
let path = std::mem::take(&mut self.path);