Skip to content

Commit 1e7f5e6

Browse files
committed
Remove unintentional include pair adding
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent e91f643 commit 1e7f5e6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sycl/source/detail/device_image_impl.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@ struct KernelCompilerBinaryInfo {
211211
Result->MIncludePairs.push_back(IncludePair);
212212
}
213213
}
214-
Result->MIncludePairs.insert(Result->MIncludePairs.end(),
215-
RTCInfo->MIncludePairs.begin(),
216-
RTCInfo->MIncludePairs.end());
217214

218215
Result->MDeviceGlobalRegistries.insert(
219216
Result->MDeviceGlobalRegistries.end(),

0 commit comments

Comments
 (0)