Btrfs-progs: remove some dead/unbuilt code
authorEric Sandeen <sandeen@redhat.com>
Fri, 26 Apr 2013 21:06:06 +0000 (16:06 -0500)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Aug 2013 12:32:28 +0000 (14:32 +0200)
commit37003d3627369162e05f95e8b3b244a012a46589
treee71dfb38be363fafb72c2707c1cf3b702eafaff6
parent14b53c07367bef243404cf9794586ccd03977f24
Btrfs-progs: remove some dead/unbuilt code

Remove some commented-out & #if 0'd code:

 * close_blocks()
 * btrfs_drop_snapshot()
 * btrfs_realloc_node()
 * btrfs_find_dead_roots()

There are still some #if 0'd functions in there, but I'm hedging
on those for now, they have been copied to cmds-check.c and I want
to see if they can be brough back into ctree.c eventually.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
ctree.c
ctree.h
extent-tree.c
root-tree.c