blob: d5fcd4f3462fcfc1f63853374d8df9dfa9045ed1 [file] [log] [blame]
Raphael Isemann80814282020-01-24 08:23:27 +01001//===-- Connection.cpp ----------------------------------------------------===//
Zachary Turner98688922014-08-06 18:16:26 +00002//
Chandler Carruth2946cd72019-01-19 08:50:56 +00003// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4// See https://llvm.org/LICENSE.txt for license information.
5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
Zachary Turner98688922014-08-06 18:16:26 +00006//
7//===----------------------------------------------------------------------===//
8
Pavel Labath4ccd9952017-06-27 10:33:14 +00009#include "lldb/Utility/Connection.h"
Zachary Turner98688922014-08-06 18:16:26 +000010
11using namespace lldb_private;
12
Pavel Labath4ccd9952017-06-27 10:33:14 +000013Connection::~Connection() = default;