From 53bcf0466421f90a50918f982cdc48cdab17b57b Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Tue, 19 Feb 2008 20:27:01 +0100 Subject: [PATCH] Remove obsolete comment Obsolete since ef_open() locks the file (commit de124108). --- src/lib/common/file.c | 5 ----- 1 file changed, 5 deletions(-) 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; } -- 2.43.0