blob: 3f97cfb74397f1eb995f5540da046dbe6213f2d8 [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 "src/developer/debug/zxdb/symbols/module_symbols.h"
namespace zxdb {
ModuleSymbols::ModuleSymbols() = default;
ModuleSymbols::~ModuleSymbols() = default;
} // namespace zxdb