summaryrefslogtreecommitdiff
path: root/gmk-default.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gmk-default.scm')
-rw-r--r--gmk-default.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gmk-default.scm b/gmk-default.scm
index 84a2114..d33dfb2 100644
--- a/gmk-default.scm
+++ b/gmk-default.scm
@@ -45,10 +45,6 @@
(walk x)
(string-join (reverse! acc))))
-;; eval (GNU make eval) the input string S
-(define (gmk-eval s)
- (gmk-expand (format #f "$(eval ~a)" (obj-to-str s))))
-
;; Return the value of the GNU make variable V
(define (gmk-var v)
(gmk-expand (format #f "$(~a)" (obj-to-str v))))