branch: externals/org
commit 69850c1e88ea0dfbd9c93a92b659f56d68630a96
Author: Bastien <b...@gnu.org>
Commit: Bastien <b...@gnu.org>

    ob-core.el (org-babel--file-desc): Remove unused condition
    
    * lisp/ob-core.el (org-babel--file-desc): Remove unused condition.
---
 lisp/ob-core.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 03d2b56..3d271f6 100644
--- a/lisp/ob-core.el
+++ b/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)

Reply via email to