blob: d5fcd4f3462fcfc1f63853374d8df9dfa9045ed1 [file] [log] [blame]
//===-- Connection.cpp ----------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "lldb/Utility/Connection.h"
using namespace lldb_private;
Connection::~Connection() = default;