blob: 0e7298e4edd9ecb5b1558b692a18d6539d3d6f08 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "utils/Mutex.h"
namespace android {
Mutex::Mutex() = default;
Mutex::Mutex(const char* mutex_name) {}
} // namespace android