From 5940ac99c033754462f8dfb03a2b96543244f3c9 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sun, 14 Feb 2010 12:00:51 -0800 Subject: [PATCH] remove some crufty comments --- compiler.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compiler.rb b/compiler.rb index 392eebd..d72ef99 100644 --- a/compiler.rb +++ b/compiler.rb @@ -6,12 +6,6 @@ # sjs # may 2009 -# XXX Comment if unused, unroller is too fucking slow! rubygems is a bit -# of a slouch too. -# -# require 'rubygems' -# require 'unroller' - require 'asm/registers' require 'asm/varproxy'