summaryrefslogtreecommitdiff
path: root/source/Host/common/IOObject.cpp
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-07-01 13:24:58 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-07-01 13:24:58 +0000
commit1b306c26ade71504511d2fa75b03dfaee77f9620 (patch)
tree2c4c77af2ba9632c24ebf216b9a39989d74f5725 /source/Host/common/IOObject.cpp
parentfdea456ad833fbab0d3a296a58250950f11a498c (diff)
Notes
Diffstat (limited to 'source/Host/common/IOObject.cpp')
-rw-r--r--source/Host/common/IOObject.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/source/Host/common/IOObject.cpp b/source/Host/common/IOObject.cpp
deleted file mode 100644
index 6f7de442be1d..000000000000
--- a/source/Host/common/IOObject.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-//===-- IOObject.cpp --------------------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#include "lldb/Host/IOObject.h"
-
-using namespace lldb_private;
-
-const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;