Skip to content

Commit 0301722

Browse files
[spr] initial version
Created using spr 1.3.7-wip
1 parent 6e6a3d8 commit 0301722

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/llvm-remarkutil/RemarkFilter.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ using namespace llvm;
2020
using namespace remarks;
2121
using namespace llvm::remarkutil;
2222

23-
namespace filter {
24-
2523
static cl::SubCommand FilterSub("filter",
2624
"Filter remarks based on specified criteria.");
2725

@@ -80,5 +78,3 @@ static Error tryFilter() {
8078
}
8179

8280
static CommandRegistration FilterReg(&FilterSub, tryFilter);
83-
84-
} // namespace filter

0 commit comments

Comments
 (0)