File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ static void cleanInitialValue(DiagnosticBuilder &Diag,
70
70
return ;
71
71
Diag << FixItHint::CreateRemoval (EqualLoc)
72
72
<< FixItHint::CreateRemoval (InitExprRange);
73
- return ;
74
73
}
75
74
76
75
namespace {
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ TEST(ProjectAware, Test) {
49
49
C.Index .External .Location = " test" ;
50
50
WithContextValue With (Config::Key, std::move (C));
51
51
EXPECT_THAT (match (*Idx, Req), ElementsAre (" 1" ));
52
- return ;
53
52
}
54
53
55
54
TEST (ProjectAware, CreatedOnce) {
@@ -80,7 +79,6 @@ TEST(ProjectAware, CreatedOnce) {
80
79
match (*Idx, Req);
81
80
// It is cached afterwards.
82
81
EXPECT_EQ (InvocationCount, 1U );
83
- return ;
84
82
}
85
83
} // namespace clangd
86
84
} // namespace clang
You can’t perform that action at this time.
0 commit comments