Cleanup: remove commented out code
This commit is contained in:
@@ -125,12 +125,6 @@ public:
|
||||
return m_pT == nullptr;
|
||||
}
|
||||
|
||||
/** another way how to test for nullptr value */
|
||||
//inline bool operator == (const CCountedPtr &sp) const {return m_pT == sp.m_pT;}
|
||||
|
||||
/** yet another way how to test for nullptr value */
|
||||
//inline bool operator != (const CCountedPtr &sp) const {return m_pT != sp.m_pT;}
|
||||
|
||||
/** assign pointer w/o incrementing ref count */
|
||||
inline void Attach(Tcls *pT)
|
||||
{
|
||||
|
Reference in New Issue
Block a user