]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove obsolete FIXME.
authorJim Meyering <jim@meyering.net>
Sun, 21 Apr 1996 05:15:39 +0000 (05:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 21 Apr 1996 05:15:39 +0000 (05:15 +0000)
src/cp.c

index 837d5fb107502ed536815b5c5184ec1a1cb8f2c7..eb6628be4475e41c632e3d77db8aa63f7f24f5f4 100644 (file)
--- a/src/cp.c
+++ b/src/cp.c
@@ -1241,7 +1241,6 @@ copy_reg (char *src_path, char *dst_path)
       /* If the file has fewer blocks than would normally
         be needed for a file of its size, then
         at least one of the blocks in the file is a hole. */
-      /* FIXME: isn't there risk of overflow here?  */
       if (S_ISREG (sb.st_mode) && sb.st_size / 512 > ST_NBLOCKS (sb))
        make_holes = 1;
     }