mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
[10060] Drop unused ACE_Stack_Trace in Error.h
This also can fix possible build problem in case use at system old ACE version. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
2326292981
commit
16ae6a2f85
2 changed files with 1 additions and 2 deletions
|
|
@ -62,7 +62,6 @@ if (!(CONDITION)) \
|
|||
#define WPWarning(CONDITION) \
|
||||
if (!(CONDITION)) \
|
||||
{ \
|
||||
ACE_Stack_Trace st; \
|
||||
printf("%s:%i: Warning: Assertion in %s failed: %s",\
|
||||
__FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue