From 44f86d8131d21097311cf29b5127bb33a897f3c4 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 31 Jul 2020 03:26:23 +0530 Subject: Delete ennum-publish-static-file. ennum-publish-static-file is a duplicate of ennum-publish-copy. * ennum.el (ennum-publish-static-file): Delete function. --- ennum.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ennum.el') diff --git a/ennum.el b/ennum.el index 12fdc8d..a1fac83 100644 --- a/ennum.el +++ b/ennum.el @@ -412,11 +412,6 @@ if DESTINATION already exists." (seq-map 'file-name-directory absolute-outputs))) (apply (ennum-operation-publish operation) absolute-outputs))))) -(defun ennum-publish-static-file (file) - (ennum-make-operation - :inputs (list file) - :outputs (list file) - :publish (apply-partially 'ennum-copy file))) (defun ennum-publish-link (link) (pcase link -- cgit v1.2.3