Tidy: Remove unused macro

This commit is contained in:
Adam Porter 2019-07-16 13:45:39 -05:00
parent 2b267ad195
commit 04725bb900

View file

@ -100,15 +100,6 @@ buffer. In this case, ACTION should return an Org element."
:narrow ,narrow :narrow ,narrow
:sort ',sort)) :sort ',sort))
(defmacro org-ql--flet (fns &rest body)
;; FIXME: Docstring.
;; MAYBE: Use `noflet'.
(declare (indent defun) (debug (listp body)))
`(cl-letf ,(cl-loop for (fn target) in fns
collect `((symbol-function ',fn)
(symbol-function ,target)))
,@body))
;;;; Functions ;;;; Functions
(cl-defun org-ql-query (buffers-or-files query &key action narrow sort) (cl-defun org-ql-query (buffers-or-files query &key action narrow sort)