Skip to content

Commit 3cc7478

Browse files
committed
remove CommitAlter enum used during dev
1 parent e594681 commit 3cc7478

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

core/rs/core/src/lib.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -892,14 +892,3 @@ pub extern "C" fn crsql_create_crr(
892892
_ => ResultCode::NOMEM as c_int,
893893
}
894894
}
895-
896-
pub enum CommitAlter {
897-
PossiblyDestructive,
898-
NonDestructive,
899-
}
900-
901-
impl CommitAlter {
902-
pub fn is_destructive(&self) -> bool {
903-
matches!(self, CommitAlter::PossiblyDestructive)
904-
}
905-
}

0 commit comments

Comments
 (0)