فهرست منبع

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

* lisp/ob-core.el (org-babel--file-desc): Remove unused condition.
Bastien 3 سال پیش
والد
کامیت
69850c1e88
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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)