diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.h')
-rw-r--r-- | lldb/source/Commands/CommandObjectSource.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectSource.h b/lldb/source/Commands/CommandObjectSource.h index f2117bd..d552508 100644 --- a/lldb/source/Commands/CommandObjectSource.h +++ b/lldb/source/Commands/CommandObjectSource.h @@ -1,5 +1,4 @@ -//===-- CommandObjectSource.h.h -----------------------------------*- C++ -//-*-===// +//===-- CommandObjectSource.h -----------------------------------*- C++-*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -14,8 +13,6 @@ namespace lldb_private { -// CommandObjectMultiwordSource - class CommandObjectMultiwordSource : public CommandObjectMultiword { public: CommandObjectMultiwordSource(CommandInterpreter &interpreter); |