移除未使用的SHORT_SLEEP_MS常量,消除编译警告
This commit is contained in:
@@ -1130,7 +1130,6 @@ namespace JoyD.Windows.CS.Toprie
|
|||||||
|
|
||||||
// 定义常量
|
// 定义常量
|
||||||
const int RECEIVE_TIMEOUT = 5000;
|
const int RECEIVE_TIMEOUT = 5000;
|
||||||
const int SHORT_SLEEP_MS = 10;
|
|
||||||
const int MEDIUM_SLEEP_MS = 50;
|
const int MEDIUM_SLEEP_MS = 50;
|
||||||
const int LONG_SLEEP_MS = 1000;
|
const int LONG_SLEEP_MS = 1000;
|
||||||
const int ERROR_SLEEP_MS = 100;
|
const int ERROR_SLEEP_MS = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user