From: Markus Armbruster Date: Tue, 19 Feb 2008 19:27:01 +0000 (+0100) Subject: Remove obsolete comment X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=53bcf0466421f90a50918f982cdc48cdab17b57b Remove obsolete comment Obsolete since ef_open() locks the file (commit de124108). --- diff --git a/src/lib/common/file.c b/src/lib/common/file.c index ea29bb2a8..ebf5ab259 100644 --- a/src/lib/common/file.c +++ b/src/lib/common/file.c @@ -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; }