Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit e2fb553

Browse files
committed
Drop commented variables.
1 parent 2e55ada commit e2fb553

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -387,11 +387,6 @@ fn run_websocket_proxy(websocket: warp::ws::WebSocket, srv_addr: &str) -> impl F
387387
let aeschannel = Arc::new(Mutex::new(Vec::new()));
388388
let aesecb = Arc::new(Mutex::new(Vec::new()));
389389

390-
391-
//let mut cid: Option<u32> = None;
392-
//let mut key: Option<u64> = None;
393-
//let mut cid_val = 0;
394-
395390
let channel_map: Arc<Mutex<HashMap<String, UnboundedSender<_>>>> = Arc::new(Mutex::new(HashMap::new()));
396391

397392
let (ws_tx, ws_rx) = unbounded();

0 commit comments

Comments
 (0)