diff options
Diffstat (limited to 'lib/Frontend')
-rw-r--r-- | lib/Frontend/FrontendActions.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Frontend/FrontendActions.cpp b/lib/Frontend/FrontendActions.cpp index aea233b313..243f5277ab 100644 --- a/lib/Frontend/FrontendActions.cpp +++ b/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 |