From 6c728edd1aee19cd8424d04ef7b8ddf17b3147fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Korbinian=20P=C3=B6ppel?= Date: Wed, 2 Aug 2023 22:14:55 +0200 Subject: [PATCH] Remove commented code block --- btrbk | 7 ------- 1 file changed, 7 deletions(-) diff --git a/btrbk b/btrbk index 5fbbefa..2824cbf 100755 --- a/btrbk +++ b/btrbk @@ -1572,13 +1572,6 @@ sub btrfs_send_receive($$;$$$$) filter_stderr => [ \&_btrfs_filter_stderr, sub { $_ = undef if(/^At subvol/) } ], }; - # if ($total_len > 0) { - # push @cmd_pipe, { - # cmd => vinfo_cmd($snapshot, "pv -s $total_len -e -r -p"), - # filter_stderr = - # }; - # } - push @cmd_pipe, { cmd => vinfo_cmd($target, "btrfs receive", @receive_options, { unsafe => $target->{PATH} . '/' } ), rsh => vinfo_rsh($target, disable_compression => $stream_options->{stream_compress}),