Skip to content

Commit

Permalink
pbackup: Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Apr 7, 2025
1 parent d2b4f95 commit 4178474
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions bin/pbackup
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ sub upid_doing {
$dbh->do('UPDATE upid SET upid_text = ?, upid_since = ? WHERE upid_pid = ? AND upid_text != ?', undef, $text, time, $$, $text);
}

sub upid_clear {
upid_doing("");
}

sub upid_kill {
my ($pid) = @_;
$dbh->do('UPDATE upid SET upid_shutdown_pending = 1 WHERE upid_pid = ?', undef, $pid);
Expand Down Expand Up @@ -877,11 +873,6 @@ sub rsync_copy {
$? and exit 1;
}
sub distmaster {
my ($hostname)=@_;
return 'deinemuddah';
}
sub find_linkfrom {
my ($volume_id, $job_id, $job_name, $stat_started, $min_generation) = @_;
my $linkfrom_stat_rowid;
Expand Down

0 comments on commit 4178474

Please sign in to comment.