Explorar el Código

FIXME removal: this code is fine, I guess.

Ryan C. Gordon hace 8 años
padre
commit
587ec88a0d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/physfs.c

+ 0 - 1
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;