Skip to content

Commit d156da6

Browse files
Revert constructor to default
Co-authored-by: Peter Colberg <[email protected]>
1 parent 4749318 commit d156da6

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
@@ -30,7 +30,7 @@ class acl_device_binary_t {
3030

3131
acl_device_binary_t(const acl_device_binary_t &other) = delete;
3232

33-
acl_device_binary_t() {};
33+
acl_device_binary_t() = default;
3434

3535
inline void set_dev_prog(acl_device_program_info_t *dev_prog) {
3636
m_dev_prog = dev_prog;

0 commit comments

Comments
 (0)