Skip to content

Commit 5e08575

Browse files
Remove unused FsEventCallback.
1 parent 7514bf1 commit 5e08575

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ pub struct Event {
3333
pub path: String,
3434
}
3535

36-
pub type FsEventCallback = fn(Vec<Event>);
37-
3836
// Synchronize with
3937
// /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/Headers/FSEvents.h
4038
bitflags! {

0 commit comments

Comments
 (0)