From 320086ae96a21dc6e1ce918778ae60716a34b928 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 1 Jun 2021 14:59:46 +0530 Subject: Do not export obsolete functions. * ccwl/ccwl.scm: Do not export step and pipeline. --- ccwl/ccwl.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 55db7a0..31a441c 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -33,8 +33,6 @@ #:use-module (ccwl yaml) #:export (command workflow - step - pipeline write-cwl)) (define %cwl-version "v1.2") -- cgit v1.2.3