diff --git a/libsrc/cbm/open.s b/libsrc/cbm/open.s index 4e57f5efc..5c97aff56 100644 --- a/libsrc/cbm/open.s +++ b/libsrc/cbm/open.s @@ -2,10 +2,6 @@ ; Ullrich von Bassewitz, 16.11.2002 ; ; int open (const char* name, int flags, ...); /* May take a mode argument */ -; -; Be sure to keep the value priority of closeallfiles lower than that of -; closeallstreams (which is the high level C file I/O counterpart and must be -; called before closeallfiles). .export _open