Commit 1218f68b authored by Marko Mäkelä's avatar Marko Mäkelä

Remove an unused declaration

parent 191ad8e1
...@@ -221,9 +221,6 @@ class sux_lock final ...@@ -221,9 +221,6 @@ class sux_lock final
return false; return false;
} }
} }
/** Acquire an exclusive lock or upgrade an update lock
@return whether U locks were upgraded to X */
bool x_lock_upgraded(const char *, unsigned) { return x_lock_upgraded(); }
/** @return whether a shared lock was acquired */ /** @return whether a shared lock was acquired */
bool s_lock_try() bool s_lock_try()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment