common: remove unused constants

Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
xermicus
2024-09-05 20:02:33 +02:00
parent 9e73c48150
commit c111bcbc4d
10 changed files with 1 additions and 251 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
//!
//! The exit code constants.
//!
//! The revive exit code constants.
/// The common application success exit code.
pub const EXIT_CODE_SUCCESS: i32 = 0;