]> git.pond.sub.org Git - empserver/blobdiff - src/lib/common/file.c
Remove obsolete comment
[empserver] / src / lib / common / file.c
index ea29bb2a82aff22cccaf2669eb0ddc47b533ec97..ebf5ab259c8aec45c196fe17c083ce5f02c89dc8 100644 (file)
@@ -148,11 +148,6 @@ ef_open(int type, int how)
        }
     }
 
-    /*
-     * Could close fd if both EFF_RDONLY and EFF_MEM, but that doesn't
-     * happen, so don't bother.
-     */
-
     return 1;
 }