Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
3563bdb2
Commit
3563bdb2
authored
Nov 13, 2018
by
Francesc Guasch
Browse files
refactor(auth): removed unused sub
issue #902
parent
1709c327
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
3563bdb2
...
...
@@ -2659,15 +2659,6 @@ sub _cmd_change_curr_memory($self, $request) {
$domain
->
set_memory
(
$memory
);
}
sub
_cmd_start_many_domains
{
my
$self
=
shift
;
my
$request
=
shift
;
my
$uid
=
$request
->
args
('
uid
');
my
$name
=
$request
->
args
('
name
');
}
sub
_clean_requests
($self, $command, $request=undef) {
my
$query
=
"
DELETE FROM requests
"
.
"
WHERE command=?
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment