From 16ae6a2f85b73b39b5ca7eacc5ee767dc9059d14 Mon Sep 17 00:00:00 2001 From: Lynx3d Date: Tue, 15 Jun 2010 15:05:07 +0400 Subject: [PATCH] [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 --- src/shared/Errors.h | 1 - src/shared/revision_nr.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 16ffff9b5..6764c1858 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -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)); \ } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index de2ac7352..bdf9246fe 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "10059" + #define REVISION_NR "10060" #endif // __REVISION_NR_H__