mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-05 05:17:46 -04:00
flint++ static analyzer detected items (not all that were likely legit positives, but a start) as well as some clang detected unused vars, cleanup_
This commit is contained in:
@@ -92,7 +92,6 @@ namespace ChatLogManagerNamespace
|
||||
time_t s_purgeTime = 0;
|
||||
int s_currentIndex = 0;
|
||||
time_t s_chatLogMemoryTimer = 0;
|
||||
time_t const s_chatLogMemoryTime = 30;
|
||||
int s_cacheHits = 0;
|
||||
int s_cacheMisses = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user