Skip to content

Commit fc431ef

Browse files
jfuentessys_zuul
authored andcommitted
Remove flag check
Change-Id: Ib41cfb4813f542a41a23c3591fd660ec067ea55f
1 parent 8dc771c commit fc431ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

IGC/OCLFE/igd_fcl_mcl/source/clang_tb.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,11 +1379,6 @@ namespace TC
13791379
{
13801380
checkBinaryType = true;
13811381
}
1382-
else if (strcmp(pParam, "-cl-intel-num-thread-per-eu") == 0)
1383-
{
1384-
// Next token is N, so ignore it
1385-
ignoreNextToken = true;
1386-
}
13871382
else if (strcmp(pParam, "-ze-gtpin-scratch-area-size") == 0)
13881383
{
13891384
// Next token is N, so ignore it

0 commit comments

Comments
 (0)