Skip to content

Commit

Permalink
remove seemingly redundant parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomx32 committed Jan 9, 2025
1 parent b3a6368 commit f7e4f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Device Context::create_device(
interface->_backend_name = std::move(backend_name);
auto handle = Device::Handle {
interface,
[impl = _impl, deleter = m.deleter](auto p) noexcept {
[deleter = m.deleter](auto p) noexcept {
deleter(p);
}
};
Expand Down

0 comments on commit f7e4f9a

Please sign in to comment.