Skip to content
Snippets Groups Projects
Commit 00fd90f4 authored by Stephen R. van den Berg's avatar Stephen R. van den Berg
Browse files

Thread.ResourceCount: Drop superfluous argument.

parent c6d49707
No related branches found
No related tags found
No related merge requests found
...@@ -898,11 +898,6 @@ optional class ResourceCount { ...@@ -898,11 +898,6 @@ optional class ResourceCount {
_cond->wait(_mutex->lock()); _cond->wait(_mutex->lock());
} }
// FIXME deprecated
variant final /*__deprecated__*/ void wait_till_drained(MutexKey lock, void|int level) {
wait_till_drained(level);
}
//! Increments the resource-counter. //! Increments the resource-counter.
//! @returns //! @returns
//! A @[ResourceCountKey] to decrement the resource-counter again. //! A @[ResourceCountKey] to decrement the resource-counter again.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment