Comment unused code with #if 0

(Logical change 1.506)
edge.strict_endians
!uv 2004-08-20 12:04:47 +00:00
parent 86323fac66
commit b01733f10a
1 changed files with 7 additions and 0 deletions

View File

@ -229,6 +229,7 @@ static int parse_options (int argc, char **argv)
return (!err && !help && !ver);
}
#if 0
/**
* ntfs_debug_runlist_dump2 - Dump a runlist.
@ -288,6 +289,8 @@ static int ntfs_debug_runlist_dump2 (const runlist *rl, int abbr, char *prefix)
return res;
}
#endif /* if 0 */
/**
* resize_nonres_attr
*/
@ -341,6 +344,8 @@ static int calc_attr_length (ATTR_RECORD *rec, int runlength)
return size;
}
#if 0
/**
* dump_runs
*/
@ -355,6 +360,8 @@ static void dump_runs (u8 *buffer, int len)
printf ("\n");
}
#endif /* if 0 */
/**
* find_unused
*/