5
0
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:
Thomas Lamprecht 2019-10-29 07:15:40 +01:00
parent ce007e99ff
commit b8faece385

View File

@ -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;
}