Преглед на файлове

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

* lisp/ob-core.el (org-babel--file-desc): Remove unused condition.
Bastien преди 4 години
родител
ревизия
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)