From 2e182e84c35c73f8d5b4f135ffa3550b7e70f66f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Jan 2017 07:11:57 +0100 Subject: thread/Mutex: remove ScopeLock, use std::lock_guard directly --- src/thread/Mutex.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/thread') diff --git a/src/thread/Mutex.hxx b/src/thread/Mutex.hxx index 35e0125d8..627c66103 100644 --- a/src/thread/Mutex.hxx +++ b/src/thread/Mutex.hxx @@ -44,8 +44,6 @@ class Mutex : public PosixMutex {}; #endif -using ScopeLock = std::lock_guard; - /** * Within the scope of an instance, this class will keep a #Mutex * unlocked. -- cgit v1.2.3