From 5a9e70b7205529339cb06eb24e8e1c0ca02f7630 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Thu, 16 Nov 2006 00:09:39 +0000 Subject: (svn r7163) -Codechange: Disable compilation of additional yapf code. --- yapf/countedptr.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yapf/countedptr.hpp') diff --git a/yapf/countedptr.hpp b/yapf/countedptr.hpp index c1bb48e06..e63e47fb5 100644 --- a/yapf/countedptr.hpp +++ b/yapf/countedptr.hpp @@ -3,6 +3,7 @@ #ifndef COUNTEDPTR_HPP #define COUNTEDPTR_HPP +#if 0 // reenable when needed /** @file CCountedPtr - smart pointer implementation */ /** CCountedPtr - simple reference counting smart pointer. @@ -95,5 +96,5 @@ FORCEINLINE void CCountedPtr::Assign(Tcls* pT) } } - +#endif /* 0 */ #endif /* COUNTEDPTR_HPP */ -- cgit v1.2.3-70-g09d2