ob-core: Remove useless code

* lisp/ob-core.el (org-babel-where-is-src-block-result): Remove useless
  code introduced in last ob-core.el commit.
This commit is contained in:
Nicolas Goaziou 2016-02-25 18:03:30 +01:00
parent 44db364c69
commit d7d0b2725d
1 changed files with 1 additions and 3 deletions

View File

@ -1969,9 +1969,7 @@ to HASH."
(point-max))))
;; Check if next element is an anonymous result below
;; the current block.
((let* ((next (save-excursion
(skip-chars-forward " \t\n")
(org-element-at-point)))
((let* ((next (org-element-at-point))
(end (save-excursion
(goto-char
(org-element-property :post-affiliated next))