Method REMOVE-DIRECT-METHOD

Syntax:

remove-direct-method (specializer class) (method method)> => unspecified

Description:

This is a method on the generic function remove-direct-method.

This method implements the behavior of the generic function for class specializers. No behavior is specified for this method beyond that which is specified for the generic function.

This method cannot be overridden unless the following methods are overridden as well:

add-direct-method(class class) (method method)
specializer-direct-generic-functions(class class)
specializer-direct-methods(class class)