blob: 412aff70f7d04d10c1c9742da7c20370475c7ab4 [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 "lib/fidl/cpp/internal/proxy.h"
namespace fidl {
namespace internal {
Proxy::~Proxy() = default;
} // namespace internal
} // namespace fidl