Linux 3.5 compat, eops->encode_fh() takes inodes
[zfs.git] / lib / libuutil / uu_misc.c
index 1b843ef..67f757c 100644 (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)
 {