diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-09-21 00:10:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-09-21 00:24:08 +0200 |
commit | a2ca7252121e968798b0638b758ea99d7bf62409 (patch) | |
tree | 4bb8769b1f9c810b0c0fe38c61ef007e9e8c255d /module/scripts/autofrisk.scm | |
parent | f65e2b1ec5ae1962e57322ac3085ab4d44025694 (diff) | |
download | guile-a2ca7252121e968798b0638b758ea99d7bf62409.tar.gz |
Remove unused variables in ice-9/goops/srfi/scripts.
* module/ice-9/boot-9.scm (scm-style-repl)[-abort]: Remove.
* module/oop/goops.scm (class)[slot-defs]: Remove.
(compute-slot-accessors)[name]: Remove.
(compute-get-n-set)[env]: Remove.
* module/oop/goops/active-slot.scm (compute-get-n-set)[env, name]:
Remove.
* module/oop/goops/dispatch.scm (cache-try-hash!)[max-misses]: Remove.
* module/oop/goops/save.scm (make-mapper)[dims]: Remove.
* module/scripts/autofrisk.scm (>>checks)[prog]: Remove.
* module/srfi/srfi-19.scm (priv:read-directives)[ireaderf, eireader4]:
Remove.
Diffstat (limited to 'module/scripts/autofrisk.scm')
-rw-r--r-- | module/scripts/autofrisk.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/scripts/autofrisk.scm b/module/scripts/autofrisk.scm index e29ccc992..943c90227 100644 --- a/module/scripts/autofrisk.scm +++ b/module/scripts/autofrisk.scm @@ -1,6 +1,6 @@ ;;; autofrisk --- Generate module checks for use with auto* tools -;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public License @@ -157,7 +157,6 @@ (files (apply append (map unglob (cfg 'files-glob)))) (ncx (cfg 'non-critical-external)) (nci (cfg 'non-critical-internal)) - (prog (cfg 'non-critical)) (report ((make-frisker) files)) (external (report 'external))) (let ((pww-varname (cfg 'pww-varname))) |