Skip to content

Commit

Permalink
Correct the duplicate pragma marks in CommandObjectTarget.cpp
Browse files Browse the repository at this point in the history
Summary: Resolve the two duplicated pragma marks in lldb/source/Commands/CommandObjectTarget.cpp

Reviewers: teemperor

Reviewed By: teemperor

Subscribers: teemperor, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D77096
  • Loading branch information
shivammittal99 authored and Teemperor committed Mar 31, 2020
1 parent 2c5f43f commit d30e9ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lldb/source/Commands/CommandObjectTarget.cpp
Expand Up @@ -571,7 +571,7 @@ class CommandObjectTargetSelect : public CommandObjectParsed {
}
};

#pragma mark CommandObjectTargetSelect
#pragma mark CommandObjectTargetDelete

// "target delete"

Expand Down Expand Up @@ -2198,7 +2198,7 @@ class CommandObjectTargetModulesDumpSections
}
};

#pragma mark CommandObjectTargetModulesDumpSections
#pragma mark CommandObjectTargetModulesDumpClangAST

// Clang AST dumping command

Expand Down

0 comments on commit d30e9ad

Please sign in to comment.