Remove port equal functions

* doc/ref/api-io.texi (Port Implementation): Remove mention of port
  equal functions.
* NEWS: Update.
* libguile/ports.c (scm_set_port_equalp): Remove.
* libguile/ports.h (scm_t_ptob_descriptor): Remove equalp function.
This commit is contained in:
Andy Wingo 2016-04-03 12:08:07 +02:00
commit e98f64009d
4 changed files with 6 additions and 14 deletions

View file

@ -2313,12 +2313,6 @@ The first argument @var{port} is the object being printed, the second
argument @var{dest_port} is where its description should go.
@end deftypefun
@item equalp
Not used at present. Set using
@deftypefun void scm_set_port_equalp (scm_t_bits tc, SCM (*equalp) (SCM, SCM))
@end deftypefun
@item close
Called when the port is closed. It should free any resources used by
the port. Set using