]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_utilities/lib/refcount.h
Security-59306.61.1.tar.gz
[apple/security.git] / OSX / libsecurity_utilities / lib / refcount.h
index 945488f11f4890e8164305e0ce234f6caf133df4..e94f565702342be65106b9932fb2fc2a95a611bf 100644 (file)
@@ -82,9 +82,6 @@ protected:
         RCDEBUG(DOWN, mRefCount - 1);
         return OSAtomicDecrement32(&mRefCount);
     }
-       
-       // if you call this for anything but debug output, you will go to hell (free handbasket included)
-       unsigned int refCountForDebuggingOnly() const { return mRefCount; }
 
 private:
     volatile mutable int32_t mRefCount;