summaryrefslogtreecommitdiff
path: root/yapf/countedptr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapf/countedptr.hpp')
-rw-r--r--yapf/countedptr.hpp3
1 files changed, 2 insertions, 1 deletions
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<Tcls_>::Assign(Tcls* pT)
}
}
-
+#endif /* 0 */
#endif /* COUNTEDPTR_HPP */