Skip to content

Commit 87b225f

Browse files
committed
remove unused code
1 parent de5fd43 commit 87b225f

File tree

1 file changed

+0
-10
lines changed
  • crates/fspy_shared/src/ipc

1 file changed

+0
-10
lines changed

crates/fspy_shared/src/ipc/mod.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ impl Debug for AccessMode {
3232
}
3333
}
3434

35-
bitflags! {
36-
// Attributes can be applied to flags types
37-
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
38-
pub struct Flags: u32 {
39-
const A = 0b00000001;
40-
const B = 0b00000010;
41-
const C = 0b00000100;
42-
}
43-
}
44-
4535
#[derive(Encode, BorrowDecode, Debug, Clone, Copy)]
4636
pub struct PathAccess<'a> {
4737
pub mode: AccessMode,

0 commit comments

Comments
 (0)