remove CLIPRDR_NAME

This commit is contained in:
rustdesk
2022-02-15 22:33:44 +08:00
parent 104c022b26
commit 52919fd77b
2 changed files with 1 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ use hbb_common::{
};
use std::sync::atomic::{AtomicBool, Ordering};
pub use crate::common::CLIPRDR_NAME as NAME;
pub const NAME: &'static str = "cliprdr";
lazy_static::lazy_static! {
static ref MSG_CHANNEL_SERVER: (UnboundedSender<(ConnID, Cliprdr)>, TokioMutex<UnboundedReceiver<(ConnID, Cliprdr)>>) = {