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 Dec 29, 2024
1 parent db8705c commit 5470a24
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 5470a24

Please sign in to comment.