btrfs-progs: Remove superfluous BUG_ON check.
authorMitch Harder <mitch.harder@sabayonlinux.org>
Tue, 11 Feb 2014 13:00:12 +0000 (07:00 -0600)
committerChris Mason <clm@fb.com>
Fri, 21 Mar 2014 13:23:14 +0000 (06:23 -0700)
commit26b2f58d78e4fca92abbf7869f94d0938606d650
tree3e14da69da2a243a49c6a031023a069614382714
parent93f4f126ecee53533d798949e96033f6f850c027
btrfs-progs: Remove superfluous BUG_ON check.

The function call that set the ret parameter evaluated in this
BUG_ON was removed in a previous commit:
11be10f71e1af5256f221feb9e91300b3e28bbef
Btrfs-progs: make fsck fix certain file extent inconsistencies

Signed-off-by: Mitch Harder <mitch.harder@sabayonlinux.org>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
cmds-check.c