Skip to content

Commit 534cacb

Browse files
committed
refactor: delete unused READONLY constant
1 parent 36984f6 commit 534cacb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,6 @@ mod settings {
605605
pub(crate) const DEFAULT_FORMAT: &str = "default_format";
606606
pub(crate) const COMPRESS: &str = "compress";
607607
pub(crate) const DECOMPRESS: &str = "decompress";
608-
pub(crate) const READONLY: &str = "readonly";
609608
pub(crate) const ROLE: &str = "role";
610609
pub(crate) const QUERY: &str = "query";
611610
}

0 commit comments

Comments
 (0)