Skip to content

Commit 4e64647

Browse files
committed
Remove unused virtual in cuda command buffers
This class isn't used as a base class.
1 parent dcae4fd commit 4e64647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/adapters/cuda/command_buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ struct ur_exp_command_buffer_handle_t_ {
301301
ur_exp_command_buffer_handle_t_(ur_context_handle_t Context,
302302
ur_device_handle_t Device, bool IsUpdatable);
303303

304-
virtual ~ur_exp_command_buffer_handle_t_();
304+
~ur_exp_command_buffer_handle_t_();
305305

306306
void registerSyncPoint(ur_exp_command_buffer_sync_point_t SyncPoint,
307307
CUgraphNode CuNode) {

0 commit comments

Comments
 (0)