Skip to content

Commit 6f8c329

Browse files
lwesiersAlexeySachkov
authored andcommitted
Remove unnecessary include
1 parent 8bcf5bd commit 6f8c329

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

options_compile.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ std::string EffectiveOptionsFilter::processOptions(const OpenCLArgList &args,
198198

199199
effectiveArgs.push_back("-include");
200200
effectiveArgs.push_back("opencl-c.h");
201-
effectiveArgs.push_back("opencl-c-base.h");
202201

203202
// Don't optimize in the frontend
204203
// clang defaults to -O0, and in that mode, does not produce IR that is

0 commit comments

Comments
 (0)