Remove outdated documentation

* doc/misc/eieio.texi (Predicates): Remove documentation of
same-class-fast-p, which was removed some years back (bug#38362).
This commit is contained in:
Lars Ingebrigtsen 2019-11-26 02:36:11 +01:00
parent 8f89fdf7b0
commit c97c7bb222

View file

@ -1102,11 +1102,6 @@ Just like @code{eieio-class-children}, but with no checks.
Returns @code{t} if @var{obj}'s class is the same as @var{class}.
@end defun
@defun same-class-fast-p obj class
Same as @code{same-class-p} except this is a macro and no type checking
is performed.
@end defun
@defun object-of-class-p obj class
Returns @code{t} if @var{obj} inherits anything from @var{class}. This
is different from @code{same-class-p} because it checks for inheritance.