diff --git a/src/lib/common/file.c b/src/lib/common/file.c index ea29bb2a..ebf5ab25 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; }