src/misc/countedptr.hpp
branchnoai
changeset 9694 e72987579514
parent 9601 b499fdd106d5
child 9724 b39bc69bb2f2
--- a/src/misc/countedptr.hpp	Fri Aug 03 19:16:36 2007 +0000
+++ b/src/misc/countedptr.hpp	Fri Aug 03 22:09:42 2007 +0000
@@ -5,7 +5,6 @@
 #ifndef COUNTEDPTR_HPP
 #define COUNTEDPTR_HPP
 
-#if 1 // reenable when needed
 /** @file CCountedPtr - smart pointer implementation */
 
 /** CCountedPtr - simple reference counting smart pointer.
@@ -158,5 +157,4 @@
 
 
 
-#endif /* 0 */
 #endif /* COUNTEDPTR_HPP */