Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill some remains of the pre-C++ era
[simgrid.git] / src / kernel / activity / SemaphoreImpl.cpp
index 85c1edf..021ef85 100644 (file)
@@ -48,19 +48,6 @@ void SemaphoreImpl::release()
   }
 }
 
-/** Increase the refcount for this semaphore */
-SemaphoreImpl* SemaphoreImpl::ref()
-{
-  intrusive_ptr_add_ref(this);
-  return this;
-}
-
-/** Decrease the refcount for this mutex */
-void SemaphoreImpl::unref()
-{
-  intrusive_ptr_release(this);
-}
-
 } // namespace activity
 } // namespace kernel
 } // namespace simgrid