OSDN Git Service

Removed obsolete FIXME comment.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 29 Jan 2012 10:11:43 +0000 (10:11 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sun, 29 Jan 2012 10:11:43 +0000 (10:11 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@247 60bc1c72-a15a-11de-b98f-4500b42dc123

libexfat/cluster.c

index 7251c31..7d35f10 100644 (file)
@@ -182,7 +182,6 @@ static cluster_t allocate_cluster(struct exfat* ef, cluster_t hint)
        }
 
        ef->cmap.dirty = 1;
-       /* FIXME update percentage of used space */
        return cluster;
 }