Skip to content

Commit 0a0cf63

Browse files
Update sycl/source/detail/config.hpp
Co-authored-by: vladimirlaz <[email protected]>
1 parent 84a80ef commit 0a0cf63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sycl/source/detail/config.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ template <> class SYCLConfig<SYCL_DEVICE_FILTER> {
181181

182182
const char *ValStr = BaseT::getRawValue();
183183
if (ValStr) {
184-
// std::string FilterString = ValStr;
185184
static device_filter_list DFL{ValStr};
186185
FilterList = &DFL;
187186
}

0 commit comments

Comments
 (0)