Skip to content

Commit

Permalink
wip: removed all around method
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Nov 3, 2023
1 parent 354b2ad commit da0d0fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Ravada/VM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ around 'ping' => \&_around_ping;
around 'connect' => \&_around_connect;
after 'disconnect' => \&_post_disconnect;

around '_list_used_volumes' => \&_around_list_used_volumes;

around 'new_network' => \&_around_new_network;
around 'create_network' => \&_around_create_network;
around 'remove_network' => \&_around_remove_network;
Expand Down

0 comments on commit da0d0fc

Please sign in to comment.