Skip to content

Commit e2395a1

Browse files
committed
[SYCL] Remove extra line
Signed-off-by: Alexander Flegontov <[email protected]>
1 parent aec4f32 commit e2395a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/program_manager/program_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,6 @@ void ProgramManager::flushSpecConstants(const program_impl &Prg,
982982
if (!Img) {
983983
// caller hasn't provided the image object - find it
984984
{ // make sure NativePrograms map access is synchronized
985-
ContextImplPtr Ctx = getSyclObjImpl(Prg.get_context());
986985
std::lock_guard<mutex_class> Lock(MMutex);
987986
auto It = NativePrograms.find(NativePrg);
988987
if (It == NativePrograms.end())

0 commit comments

Comments
 (0)