1cfca06d7SDimitry Andric //===-- Connection.cpp ----------------------------------------------------===// 20cac4ca3SEd Maste // 35f29bb8aSDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45f29bb8aSDimitry Andric // See https://llvm.org/LICENSE.txt for license information. 55f29bb8aSDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 60cac4ca3SEd Maste // 70cac4ca3SEd Maste //===----------------------------------------------------------------------===// 80cac4ca3SEd Maste 91b306c26SDimitry Andric #include "lldb/Utility/Connection.h" 100cac4ca3SEd Maste 110cac4ca3SEd Maste using namespace lldb_private; 120cac4ca3SEd Maste 131b306c26SDimitry Andric Connection::~Connection() = default; 14