Skip to content

Commit

Permalink
Remove unlock method from new interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaublitz committed Apr 8, 2022
1 parent 2942b6e commit 722c046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dbus_api/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ where
.add_m(manager_3_0::set_key_method(&f))
.add_m(manager_3_0::unset_key_method(&f))
.add_m(manager_3_0::list_keys_method(&f))
.add_m(manager_3_0::unlock_pool_method(&f))
.add_m(manager_3_0::destroy_pool_method(&f))
.add_m(manager_3_0::engine_state_report_method(&f))
.add_m(manager_3_1::start_pool_method(&f))
Expand Down

0 comments on commit 722c046

Please sign in to comment.