Browse Source

ob-core.el (org-babel--file-desc): Remove unused condition

* lisp/ob-core.el (org-babel--file-desc): Remove unused condition.
Bastien 3 năm trước cách đây
mục cha
commit
69850c1e88
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      lisp/ob-core.el

+ 1 - 2
lisp/ob-core.el

@@ -679,8 +679,7 @@ a list with the following pattern:
   (pcase (assq :file-desc params)
     (`nil nil)
     (`(:file-desc) result)
-    (`(:file-desc . ,(and (pred stringp) val)) val)
-    (`(:file-desc . []) nil)))
+    (`(:file-desc . ,(and (pred stringp) val)) val)))
 
 ;;;###autoload
 (defun org-babel-execute-src-block (&optional arg info params)