From af7293c5e653322d367d296ec4d8bacf491759c9 Mon Sep 17 00:00:00 2001 From: APTX Date: Fri, 6 Apr 2012 12:15:22 -0400 Subject: [PATCH] configure modifies some source files?\! --- Ferris/FerrisSmartPointerChecker.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ferris/FerrisSmartPointerChecker.hh b/Ferris/FerrisSmartPointerChecker.hh index a68fcdd..ec257ee 100644 --- a/Ferris/FerrisSmartPointerChecker.hh +++ b/Ferris/FerrisSmartPointerChecker.hh @@ -14,7 +14,7 @@ namespace Ferris static void OnInit(const P&) {} static void OnDereference(P val) { - if( !val ) { ::Ferris::BackTrace(); assert(val); } + } static void Swap(FerrisSmartPointerChecker&) {} }; -- 2.52.0