Function: c-unfind-type

c-unfind-type is a byte-compiled function defined in cc-engine.el.gz.

Signature

(c-unfind-type NAME)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(defun c-unfind-type (name)
  ;; Remove the "NAME" from c-found-types, if present.
  (remhash name c-found-types))