FIXME removal: this code is fine, I guess.

This commit is contained in:
Ryan C. Gordon 2017-08-10 12:31:41 -04:00
parent 1efdb62a8f
commit 587ec88a0d
1 changed files with 0 additions and 1 deletions

View File

@ -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;