summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/Frontend/FrontendActions.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/Frontend/FrontendActions.cpp b/clang/lib/Frontend/FrontendActions.cpp
index aea233b3133..243f5277ab1 100644
--- a/clang/lib/Frontend/FrontendActions.cpp
+++ b/clang/lib/Frontend/FrontendActions.cpp
@@ -165,8 +165,6 @@ bool GenerateModuleAction::BeginSourceFileAction(CompilerInstance &CI,
if (Module->UmbrellaHeader) {
// FIXME: Deal with explicit submodule headers, which won't be contained
// within the umbrella header.
- fprintf(stderr, "note: using umbrella header \"%s\"\n",
- Module->UmbrellaHeader->getName());
setCurrentFile(Module->UmbrellaHeader->getName(), getCurrentFileKind());
} else {
// FIXME: Deal with the non-umbrella case, where we have to synthesize
OpenPOWER on IntegriCloud