Add linux unused code tracking

Track various large hunks which have been dropped simply
because they are not relevant to this port.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf
2010-08-26 11:55:32 -07:00
parent 6b003d7cda
commit f1fb119f6b
3 changed files with 0 additions and 77 deletions
-12
View File
@@ -206,18 +206,6 @@ uu_panic(const char *format, ...)
(void) pause();
}
int
assfail(const char *astring, const char *file, int line)
{
#if defined(__STDC__) && __STDC_VERSION__ - 0 >= 199901L
__assert_c99(astring, file, line, "unknown func");
#else
__assert(astring, file, line);
#endif
/*NOTREACHED*/
return (0);
}
static void
uu_lockup(void)
{