diff --git a/src/physfs.c b/src/physfs.c index b6e77d9..35202ef 100644 --- a/src/physfs.c +++ b/src/physfs.c @@ -974,7 +974,6 @@ static int sanitizePlatformIndependentPath(const char *src, char *dst) */ static int partOfMountPoint(DirHandle *h, char *fname) { - /* !!! FIXME-3.0: This code feels gross. */ int rc; size_t len, mntpntlen;