![[HARLEQUIN]](../Graphics/Harlequin-Small.gif)
![[Previous]](../Graphics/Prev.gif)
![[Up]](../Graphics/Up.gif)
![[Next]](../Graphics/Next.gif)
Syntax:
remove-method generic-function method => generic-function
Method Signatures:
remove-method (generic-function standard-generic-function) method
Arguments and Values:
generic-function---a generic function.
method---a method.
Description:
The generic function remove-method removes a method from generic-function by modifying the generic-function (if necessary).
remove-method must not signal an error if the method is not one of the methods on the generic-function.
Examples: None.
Affected By: None.
Exceptional Situations: None.
See Also:
Notes: None.
![[Starting Points]](../Graphics/Starting-Points.gif)
![[Contents]](../Graphics/Contents.gif)
![[Index]](../Graphics/Index.gif)
![[Symbols]](../Graphics/Symbols.gif)
![[Glossary]](../Graphics/Glossary.gif)
![[Issues]](../Graphics/Issues.gif)