Skip to content

Commit a2c6522

Browse files
Remove unused argument from constructor
Co-authored-by: Peter Colberg <[email protected]>
1 parent d156da6 commit a2c6522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/acl_device_binary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class acl_device_binary_t {
2828

2929
acl_device_binary_t &operator=(const acl_device_binary_t &) = delete;
3030

31-
acl_device_binary_t(const acl_device_binary_t &other) = delete;
31+
acl_device_binary_t(const acl_device_binary_t &) = delete;
3232

3333
acl_device_binary_t() = default;
3434

0 commit comments

Comments
 (0)