We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f7d66 commit b4458c2Copy full SHA for b4458c2
test/conformance/source/environment.cpp
@@ -445,7 +445,6 @@ void KernelsEnvironment::LoadSource(
445
446
if (source_path.empty()) {
447
FAIL() << error;
448
- binary_out = nullptr;
449
}
450
451
if (cached_kernels.find(source_path) != cached_kernels.end()) {
@@ -459,7 +458,6 @@ void KernelsEnvironment::LoadSource(
459
458
460
if (!source_file.is_open()) {
461
FAIL() << "failed opening kernel path: " + source_path;
462
463
464
465
size_t source_size = static_cast<size_t>(source_file.tellg());
0 commit comments