From c18cbfe694199d49a33ef4fd901ecd6667037219 Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Fri, 17 Jun 2011 17:41:40 -0500 Subject: [PATCH] Block out seemingly unused CRefDebug class for clang builds. --- public/tier1/refcount.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/tier1/refcount.h b/public/tier1/refcount.h index 691923cf..16318b31 100644 --- a/public/tier1/refcount.h +++ b/public/tier1/refcount.h @@ -348,6 +348,7 @@ public: // referencing problems //----------------------------------------------------------------------------- +#if 0 template class CRefDebug : public BASE_REFCOUNTED { @@ -379,6 +380,7 @@ public: } #endif }; +#endif //-----------------------------------------------------------------------------