mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-21 12:03:40 -08:00
Remove debug statement.
This commit is contained in:
parent
28e1173507
commit
db9ecc6590
1 changed files with 0 additions and 1 deletions
|
|
@ -3884,7 +3884,6 @@ ecl_make_stream_from_fd(cl_object fname, int fd, enum ecl_smmode smm,
|
|||
fp = fdopen(fd, mode);
|
||||
#endif
|
||||
if (fp == NULL) {
|
||||
printf("'%s'\n", mode);
|
||||
FElibc_error("Unable to create stream for file descriptor ~D",
|
||||
1, ecl_make_integer(fd));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue