Skip to content

Commit 0cf53be

Browse files
committed
remove unused panic message for critical service errors
1 parent ee06038 commit 0cf53be

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

binaries/cuprated/src/constants.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ pub const PATCH_VERSION: &str = env!("CARGO_PKG_VERSION_PATCH");
2020
/// If a debug build, the suffix is `-debug`, else it is `-release`.
2121
pub const VERSION_BUILD: &str = formatcp!("{VERSION}-{}", cuprate_constants::build::BUILD);
2222

23-
/// The panic message used when cuprated encounters a critical service error.
24-
pub const PANIC_CRITICAL_SERVICE_ERROR: &str =
25-
"A service critical to Cuprate's function returned an unexpected error.";
26-
2723
pub const DEFAULT_CONFIG_WARNING: &str = formatcp!(
2824
"WARNING: no config file found, using default config.\
2925
\nThe default config may not be optimal for your setup, see the user book here: https://user.cuprate.org/.\

0 commit comments

Comments
 (0)