Remove obsolete comment

Obsolete since ef_open() locks the file (commit de124108).
This commit is contained in:
Markus Armbruster 2008-02-19 20:27:01 +01:00
parent 1e65d1eb0d
commit ef71897051

View 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;
}