blob: c8a5287f7c9175d11ac1b5df6a9706a406bbf491 [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 "garnet/bin/zxdb/symbols/target_symbols.h"
namespace zxdb {
TargetSymbols::TargetSymbols() = default;
TargetSymbols::~TargetSymbols() = default;
} // namespace zxdb