From 95d51ef998641b2e1bc0dc9dd23818deef0cf750 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sat, 4 Aug 2018 23:14:44 -0500 Subject: [PATCH] Comment: Remove comment Benchmarking shows that, when org-ql is byte-compiled, calling org-outline-level is actually slightly faster than org-current-level. --- org-ql.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/org-ql.el b/org-ql.el index 260bde9..c18dc76 100644 --- a/org-ql.el +++ b/org-ql.el @@ -190,8 +190,6 @@ function. Outline levels should be integers." ;; NOTE: It might be necessary to take into account `org-odd-levels'; see docstring for ;; `org-outline-level'. - ;; NOTE: `org-outline-level' accounts for inline tasks, which might be slower than the naive - ;; `org-current-level'. (when-let ((outline-level (org-outline-level))) (pcase level ;; Check for equality