Skip to content

Commit c610005

Browse files
committed
Removing shadwing vars
1 parent f515ce1 commit c610005

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ParallelPrimitives/RadixSort.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ void RadixSort::compileKernels( const std::string& kernelPath, const std::string
148148
}
149149
else
150150
{
151-
const auto includeArg{ "-I" + currentIncludeDir };
152-
std::vector<const char*> opts;
153-
opts.push_back( includeArg.c_str() );
154151
oroFunctions[record.kernelType] = m_oroutils.getFunctionFromFile( m_device, currentKernelPath.c_str(), record.kernelName.c_str(), &opts );
155152
}
156153

0 commit comments

Comments
 (0)