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,
7070 return ;
7171 Diag << FixItHint::CreateRemoval (EqualLoc)
7272 << FixItHint::CreateRemoval (InitExprRange);
73- return ;
7473}
7574
7675namespace {
Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ TEST(ProjectAware, Test) {
4949 C.Index .External .Location = " test" ;
5050 WithContextValue With (Config::Key, std::move (C));
5151 EXPECT_THAT (match (*Idx, Req), ElementsAre (" 1" ));
52- return ;
5352}
5453
5554TEST (ProjectAware, CreatedOnce) {
@@ -80,7 +79,6 @@ TEST(ProjectAware, CreatedOnce) {
8079 match (*Idx, Req);
8180 // It is cached afterwards.
8281 EXPECT_EQ (InvocationCount, 1U );
83- return ;
8482}
8583} // namespace clangd
8684} // namespace clang
You can’t perform that action at this time.
0 commit comments