From: Nikodemus Siivola Date: Sat, 11 Oct 2008 16:45:08 +0000 (+0000) Subject: 1.0.21.18: delete unused argument introduced by .17 X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e9f15308168887892438681ff7a2c16797adc056;p=sbcl.git 1.0.21.18: delete unused argument introduced by .17 * Leftover from early life of the patch, noticed by Kevin "Hawkeye" Reid. --- diff --git a/src/runtime/runtime.c b/src/runtime/runtime.c index 79dbcbf..3e5cf1c 100644 --- a/src/runtime/runtime.c +++ b/src/runtime/runtime.c @@ -219,7 +219,6 @@ main(int argc, char *argv[], char *envp[]) /* other command line options */ boolean noinform = 0; - char *script = 0; boolean end_runtime_options = 0; lispobj initial_function; diff --git a/version.lisp-expr b/version.lisp-expr index b818344..e513e80 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.21.17" +"1.0.21.18"