Skip to content

Commit 499416f

Browse files
committed
1 parent 2574e28 commit 499416f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/lib/Driver/Driver.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4411,7 +4411,6 @@ void Driver::handleArguments(Compilation &C, DerivedArgList &Args,
44114411
}
44124412
}
44134413

4414-
namespace {
44154414
static void skipWhitespace(const char *&Ptr) {
44164415
while (isWhitespace(*Ptr))
44174416
++Ptr;
@@ -4559,8 +4558,6 @@ static bool hasCXXModuleInputType(const Driver::InputList &Inputs) {
45594558
return llvm::any_of(Inputs, IsTypeCXXModule);
45604559
}
45614560

4562-
} // anonymous namespace
4563-
45644561
llvm::ErrorOr<bool>
45654562
Driver::ScanInputsForCXXModuleUsage(const InputList &Inputs) const {
45664563
const auto CXXInputs = llvm::make_filter_range(

0 commit comments

Comments
 (0)