summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/common/IOObject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Host/common/IOObject.cpp')
-rw-r--r--lldb/source/Host/common/IOObject.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/lldb/source/Host/common/IOObject.cpp b/lldb/source/Host/common/IOObject.cpp
deleted file mode 100644
index 6f7de442be1..00000000000
--- a/lldb/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;
OpenPOWER on IntegriCloud