mirror of
https://github.com/schoebel/mars
synced 2025-02-18 13:06:58 +00:00
marsadm: remove dead sub
This commit is contained in:
parent
2f2b57f451
commit
2c74910b56
@ -255,12 +255,6 @@ sub to_tmp {
|
||||
return $path;
|
||||
}
|
||||
|
||||
sub from_tmp {
|
||||
my $path = shift;
|
||||
$path =~ s:^(.*)/\.tmp\.:$1/:;
|
||||
return $path;
|
||||
}
|
||||
|
||||
sub set_link {
|
||||
my ($src, $dst) = @_;
|
||||
my $dst_tmp = to_tmp($dst);
|
||||
|
Loading…
Reference in New Issue
Block a user