Drop unused code

This commit is contained in:
Brian J. Cardiff 2023-07-19 22:35:34 -03:00
parent b8de8ecb4b
commit 27d9ca0a84

View file

@ -303,10 +303,6 @@ module DB
sync { @waiting_resource -= 1 } sync { @waiting_resource -= 1 }
end end
private def are_waiting_for_resource?
@waiting_resource > 0
end
private def sync private def sync
@mutex.lock @mutex.lock
begin begin