mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 00:06:11 +00:00
chore(Core/Common): delete macro UNUSED (#6119)
This commit is contained in:
@@ -61,7 +61,7 @@ inline std::string ReadSkip(std::istringstream& iss, char term)
|
||||
|
||||
inline bool CheckDelimiter(std::istringstream& iss, char delimiter, const char* context)
|
||||
{
|
||||
UNUSED(context); // used only with EXTRA_LOGS
|
||||
(void)context; // used only with EXTRA_LOGS
|
||||
char c = iss.peek();
|
||||
if (c != delimiter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user