From e0359f5d9dbe1d19ebbb77090f4330fb4f65fb9c 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 cad659ff..8afeadda 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 //-----------------------------------------------------------------------------