diff --git a/snippet.el b/snippet.el index 70afba2..9ddf215 100644 --- a/snippet.el +++ b/snippet.el @@ -50,13 +50,6 @@ (defvar snippet--form-mirror-sym-idx nil) -(defun snippet--function-p (form) - (or (functionp form) - (and (eq 'function (car form)) - (fboundp (cl-second form))) - (and (eq 'quote (car form)) - (fboundp (cl-second form))))) - (defun snippet--canonicalize-form (form) (pcase form ((or `&field `(&field))