summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/posix/PipePosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/include/lldb/Host/posix/PipePosix.h')
-rw-r--r--lldb/include/lldb/Host/posix/PipePosix.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/include/lldb/Host/posix/PipePosix.h b/lldb/include/lldb/Host/posix/PipePosix.h
index 703588bb5b6..df341f2fc89 100644
--- a/lldb/include/lldb/Host/posix/PipePosix.h
+++ b/lldb/include/lldb/Host/posix/PipePosix.h
@@ -14,13 +14,11 @@
namespace lldb_private {
-//----------------------------------------------------------------------
/// \class PipePosix PipePosix.h "lldb/Host/posix/PipePosix.h"
/// A posix-based implementation of Pipe, a class that abtracts
/// unix style pipes.
///
/// A class that abstracts the LLDB core from host pipe functionality.
-//----------------------------------------------------------------------
class PipePosix : public PipeBase {
public:
static int kInvalidDescriptor;
OpenPOWER on IntegriCloud