blob: 0b5db71d86dd62008183bc11d9ba1fcb480de7a3 [file] [log] [blame]
// Copyright 2020 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 "extract-metadata.h"
namespace devmgr {
bool ExtractMetadataEnabled() { return false; }
void MaybeDumpMetadata(fbl::unique_fd device_fd, DumpMetadataOptions options) {}
} // namespace devmgr