移除未使用的SHORT_SLEEP_MS常量,消除编译警告

This commit is contained in:
zqm
2025-11-03 09:06:13 +08:00
parent 62e1a8846c
commit 527fe7946c

View File

@@ -1130,7 +1130,6 @@ namespace JoyD.Windows.CS.Toprie
// 定义常量
const int RECEIVE_TIMEOUT = 5000;
const int SHORT_SLEEP_MS = 10;
const int MEDIUM_SLEEP_MS = 50;
const int LONG_SLEEP_MS = 1000;
const int ERROR_SLEEP_MS = 100;