summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectAppend.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectAppend.h')
-rw-r--r--lldb/source/Commands/CommandObjectAppend.h42
1 files changed, 0 insertions, 42 deletions
diff --git a/lldb/source/Commands/CommandObjectAppend.h b/lldb/source/Commands/CommandObjectAppend.h
deleted file mode 100644
index 6b2ab9d3888..00000000000
--- a/lldb/source/Commands/CommandObjectAppend.h
+++ /dev/null
@@ -1,42 +0,0 @@
-//===-- CommandObjectAppend.h -----------------------------------*- C++ -*-===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef liblldb_CommandObjectAppend_h_
-#define liblldb_CommandObjectAppend_h_
-
-// C Includes
-// C++ Includes
-// Other libraries and framework includes
-// Project includes
-#include "lldb/Interpreter/CommandObject.h"
-
-namespace lldb_private {
-//-----------------------------------------------------------------------------
-// CommandObjectAppend
-//-----------------------------------------------------------------------------
-
-class CommandObjectAppend : public CommandObject
-{
-public:
- CommandObjectAppend ();
-
- virtual
- ~CommandObjectAppend ();
-
- virtual bool
- Execute (CommandInterpreter &interpreter,
- Args& command,
- CommandReturnObject &result);
-
-
-};
-
-} // namespace lldb_private
-
-#endif // liblldb_CommandObjectAppend_h_
OpenPOWER on IntegriCloud