aboutsummaryrefslogtreecommitdiff
path: root/snakemake.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-22 20:43:59 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-22 20:43:59 -0500
commit7362ecce2b9b29d93dcc2119bbdeb0800d6a2b86 (patch)
tree29c6097284ba9bb4520959505589120e3ddbf2aa /snakemake.el
parent1a0d857e7e296608bc06331760b8de00cbe2f2cd (diff)
downloadsnakemake-mode-7362ecce2b9b29d93dcc2119bbdeb0800d6a2b86.tar.gz
Delete snakemake-compile compatibility alias
Diffstat (limited to 'snakemake.el')
-rw-r--r--snakemake.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/snakemake.el b/snakemake.el
index 98467ce..343a329 100644
--- a/snakemake.el
+++ b/snakemake.el
@@ -724,8 +724,6 @@ $ snakemake [ARGS] -- <targets>"
(compilation-read-command t))
(call-interactively #'compile)))))
-(define-obsolete-function-alias 'snakemake-compile 'snakemake-build "1.2.0")
-
(transient-define-argument snakemake:--allowed-rules ()
:description "Allowed rules"
:class 'transient-option