Skip to content

Commit f965996

Browse files
authored
[Offload] Remove unused field IsBareKernel. (#139815)
1 parent 2d57b61 commit f965996

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

offload/plugins-nextgen/common/include/PluginInterface.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,6 @@ struct GenericKernelTy {
389389

390390
/// The prototype kernel launch environment.
391391
KernelLaunchEnvironmentTy KernelLaunchEnvironment;
392-
393-
/// If the kernel is a bare kernel.
394-
bool IsBareKernel = false;
395392
};
396393

397394
/// Information about an allocation, when it has been allocated, and when/if it

0 commit comments

Comments
 (0)