Skip to content

Commit 46339a7

Browse files
committed
Remove “using batch mode” remark.
1 parent 4d37e2b commit 46339a7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

include/swift/AST/DiagnosticsDriver.def

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ WARNING(warn_emit_public_type_metadata_accessors_deprecated, none,
159159
"the option '-emit-public-type-metadata-accessors' is no longer "
160160
"needed and is deprecated; consider removing it", ())
161161

162-
REMARK(remark_using_batch_mode,none, "using batch mode", ())
163-
164162
ERROR(cannot_find_migration_script, none,
165163
"missing migration script from path '%0'", (StringRef))
166164

lib/Driver/Driver.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,6 @@ Driver::buildCompilation(const ToolChain &TC,
739739
const bool ContinueBuildingAfterErrors =
740740
BatchMode || ArgList->hasArg(options::OPT_continue_building_after_errors);
741741

742-
// Issue a remark to facilitate recognizing the use of batch mode in the build
743-
// log.
744-
if (BatchMode)
745-
Diags.diagnose(SourceLoc(), diag::remark_using_batch_mode);
746-
747742
if (Diags.hadAnyError())
748743
return nullptr;
749744

0 commit comments

Comments
 (0)