Skip to content

Commit 329113c

Browse files
kinto0facebook-github-bot
authored andcommitted
remove unnecessary macro
Summary: this function is used Reviewed By: SamChou19815, ndmitchell Differential Revision: D78666534 fbshipit-source-id: bc04a473f50f404c1e8e3f797682dcc608eefeb8
1 parent 6a1aa25 commit 329113c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/pyrefly_util/src/task_heap.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ impl<K: Ord, V> TaskHeap<K, V> {
206206
Ok(())
207207
}
208208

209-
#[allow(dead_code)]
210209
pub fn work_without_cancellation(&self, f: impl FnMut(K, V)) {
211210
let _ = self.work(f);
212211
}

0 commit comments

Comments
 (0)