Function: semantic-collector-cleanup

semantic-collector-cleanup is a byte-compiled function defined in complete.el.gz.

Signature

(semantic-collector-cleanup ARG &rest ARGS)

Implementations

((obj semantic-collector-abstract)) in `semantic/complete.el'.

Clean up any mess this collector may have.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(cl-defmethod semantic-collector-cleanup ((_obj semantic-collector-abstract))
  "Clean up any mess this collector may have."
  nil)