[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:
Lynx3d 2010-06-15 15:05:07 +04:00 committed by VladimirMangos
parent 2326292981
commit 16ae6a2f85
2 changed files with 1 additions and 2 deletions

View file

@ -62,7 +62,6 @@ if (!(CONDITION)) \
#define WPWarning(CONDITION) \ #define WPWarning(CONDITION) \
if (!(CONDITION)) \ if (!(CONDITION)) \
{ \ { \
ACE_Stack_Trace st; \
printf("%s:%i: Warning: Assertion in %s failed: %s",\ printf("%s:%i: Warning: Assertion in %s failed: %s",\
__FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \ __FILE__, __LINE__, __FUNCTION__, STRINGIZE(CONDITION)); \
} }

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10059" #define REVISION_NR "10060"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__