summaryrefslogtreecommitdiffstats
path: root/standalone/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/mutex.h')
-rw-r--r--standalone/mutex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/mutex.h b/standalone/mutex.h
index a654d35c5a7..c8504c04091 100644
--- a/standalone/mutex.h
+++ b/standalone/mutex.h
@@ -22,7 +22,6 @@ namespace scudo {
class HybridMutex {
public:
- void init() { M = {}; }
bool tryLock();
NOINLINE void lock() {
if (LIKELY(tryLock()))