Commit 9ea3ef51 authored by Alexander Block's avatar Alexander Block Committed by Chris Mason

Btrfs: remove unused code with #if 0

fs_path_remove is not used at the moment due to a previous patch.
Remove it for now (with #if 0) to avoid compile warnings.
Signed-off-by: default avatarAlexander Block <ablock84@googlemail.com>
parent b9291aff
......@@ -327,6 +327,7 @@ static int fs_path_add_from_extent_buffer(struct fs_path *p,
return ret;
}
#if 0
static void fs_path_remove(struct fs_path *p)
{
BUG_ON(p->reversed);
......@@ -334,6 +335,7 @@ static void fs_path_remove(struct fs_path *p)
p->end--;
*p->end = 0;
}
#endif
static int fs_path_copy(struct fs_path *p, struct fs_path *from)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment