]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/init.c
libxfs: remove libxfs_physmem
[thirdparty/xfsprogs-dev.git] / libxfs / init.c
index 9e7624353ba201cc03e4c5ad1007181bda7871d1..537b73bd96de971094887d5499825cca4494182d 100644 (file)
@@ -852,9 +852,3 @@ libxfs_report(FILE *fp)
        c = asctime(localtime(&t));
        fprintf(fp, "%s", c);
 }
-
-unsigned long
-libxfs_physmem(void)
-{
-       return platform_physmem();
-}