X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/fa7225c82381bac4432a6edf16f53b5370238d85..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/libsecurity_utilities/lib/refcount.h?ds=sidebyside diff --git a/OSX/libsecurity_utilities/lib/refcount.h b/OSX/libsecurity_utilities/lib/refcount.h index 945488f1..e94f5657 100644 --- a/OSX/libsecurity_utilities/lib/refcount.h +++ b/OSX/libsecurity_utilities/lib/refcount.h @@ -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;