btrfs: Clean up dead code in root-tree
commitfa0d0888bda13bc96d99024cba40ae3a135de385
authorChristos Gkekas <chris.gekas@gmail.com>
Sat, 9 Sep 2017 14:29:34 +0000 (9 15:29 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 30 Oct 2017 11:27:56 +0000 (30 12:27 +0100)
treecc8e283123ee9e72f933653d54adfecfe96cf635
parent9ca2e97fa3c3216200afe35a3b111ec51cc796d2
btrfs: Clean up dead code in root-tree

The value of variable 'can_recover' is never used after being set, thus
it should be removed, as it was never used since the first commit
68a7342c51c95042 ("Btrfs: cleanup orphaned root orphan item").

Signed-off-by: Christos Gkekas <chris.gekas@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/root-tree.c