blob: 6ee1e9267fea1629b0b5ae6f3f10b3123f598e3c [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/process_symbols.h"
namespace zxdb {
ProcessSymbols::ProcessSymbols() = default;
ProcessSymbols::~ProcessSymbols() = default;
} // namespace zxdb