Browse Source

org-list: Silence byte-compiler

Nicolas Goaziou 6 years ago
parent
commit
78e4be78cb
1 changed files with 0 additions and 5 deletions
  1. 0 5
      lisp/org-list.el

+ 0 - 5
lisp/org-list.el

@@ -2374,11 +2374,6 @@ subtree, ignoring planning line and any drawer following it."
 	   block-item
 	   lim-up
 	   lim-down
-	   (keyword-re (concat "^[ \t]*\\<\\(" org-scheduled-string
-			       "\\|" org-deadline-string
-			       "\\|" org-closed-string
-			       "\\|" org-clock-string "\\)"
-			       " *[[<]\\([^]>]+\\)[]>]"))
 	   (orderedp (org-entry-get nil "ORDERED"))
 	   (_bounds
 	    ;; In a region, start at first item in region.