mirror of
git://git.proxmox.com/git/pve-common.git
synced 2025-03-08 08:58:43 +03:00
followup: drop get_host_arch prototype
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ce007e99ff
commit
b8faece385
@ -1632,7 +1632,7 @@ sub readline_nointr {
|
||||
}
|
||||
|
||||
my $host_arch;
|
||||
sub get_host_arch() {
|
||||
sub get_host_arch {
|
||||
$host_arch = (POSIX::uname())[4] if !$host_arch;
|
||||
return $host_arch;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user