]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/analyze/complete.el
CEDET (development tools) package merged.
[gnu-emacs] / lisp / cedet / semantic / analyze / complete.el
index c0914cefe4cc892270cb1528eecfee2f3158e9fb..5d858e599498fcd4e86389bf18832aecea9e76df 100644 (file)
@@ -49,24 +49,6 @@ Used as options when completing.")
   "Do nothing with TYPE."
   nil)
 
-;; Old impl of the above.  I'm not sure what the issue is
-;  (let ((ans
-;         (:override-with-args
-;             ((semantic-analyze-find-tag (semantic-tag-name type)))
-;           ;; Be default, we don't know.
-;           nil))
-;        (out nil))
-;    (dolist (elt ans)
-;      (cond
-;       ((stringp elt)
-;        (push (semantic-tag-new-variable
-;               elt (semantic-tag-name type) nil)
-;              out))
-;       ((semantic-tag-p elt)
-;        (push elt out))
-;       (t nil)))
-;    (nreverse out)))
-
 (defun semantic-analyze-tags-of-class-list (tags classlist)
   "Return the tags in TAGS that are of classes in CLASSLIST."
   (let ((origc tags))