Skip to content

Commit 86337dc

Browse files
refactor: Remove not needed ocloc message
Signed-off-by: Daria Hinz <[email protected]>
1 parent a979879 commit 86337dc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shared/offline_compiler/source/offline_compiler.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,6 @@ int OfflineCompiler::initialize(size_t numArgs, const std::vector<std::string> &
640640

641641
preferredIntermediateRepresentation = fclFacade->getPreferredIntermediateRepresentation();
642642
} else {
643-
if (!isQuiet()) {
644-
argHelper->printf("Compilation from IR - skipping loading of FCL\n");
645-
}
646643
preferredIntermediateRepresentation = IGC::CodeType::spirV;
647644
}
648645

0 commit comments

Comments
 (0)