From 56faf637738a75fff8a296713d9f2f1de48fcd95 Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Wed, 27 Apr 2011 20:39:07 +0000 Subject: [PATCH] Omit unreferenced variable in COMPILE-SYSTEM. --- src/cref/butils.scm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cref/butils.scm b/src/cref/butils.scm index 5110da151..e11dce813 100644 --- a/src/cref/butils.scm +++ b/src/cref/butils.scm @@ -49,7 +49,6 @@ USA. (lambda () (let* ((os-type microcode-id/operating-system) (pmodel (read-package-model name os-type)) - (pathname (pmodel/pathname pmodel)) (dependencies (find-option 'dependencies options '()))) (declare (integrate-operator file-package)) -- 2.25.1