blob: 9f6114f6ed5de30db5c9482c6eee09430ac21c2e [file] [log] [blame]
Pavel Labath4ccd9952017-06-27 10:33:141//===-- Connection.cpp ------------------------------------------*- C++ -*-===//
Zachary Turner98688922014-08-06 18:16:262//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9
Pavel Labath4ccd9952017-06-27 10:33:1410#include "lldb/Utility/Connection.h"
Zachary Turner98688922014-08-06 18:16:2611
12using namespace lldb_private;
13
Pavel Labath4ccd9952017-06-27 10:33:1414Connection::~Connection() = default;