From acfbea386589431f1af4b55cad4a8251d62fb3af Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 10 May 2010 00:42:03 -0400 Subject: [PATCH] compiler.codegen.fixup: remove unused variable --- basis/compiler/codegen/codegen-tests.factor | 14 +++++++------- basis/compiler/codegen/codegen.factor | 2 +- basis/compiler/codegen/fixup/fixup.factor | 8 ++------ 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/basis/compiler/codegen/codegen-tests.factor b/basis/compiler/codegen/codegen-tests.factor index 43473ebcbb..a02462dc08 100644 --- a/basis/compiler/codegen/codegen-tests.factor +++ b/basis/compiler/codegen/codegen-tests.factor @@ -2,13 +2,13 @@ USING: compiler.codegen.fixup tools.test cpu.architecture math kernel make compiler.constants words ; IN: compiler.codegen.tests -[ ] [ gensym [ ] with-fixup drop ] unit-test -[ ] [ gensym [ \ + %call ] with-fixup drop ] unit-test +[ ] [ [ ] with-fixup drop ] unit-test +[ ] [ [ \ + %call ] with-fixup drop ] unit-test -[ ] [ gensym [