From bd0352de1993b339ad9c6aeccf730ed5817c773a Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Mon, 29 Oct 2012 08:33:01 -0500 Subject: [PATCH] Delete comment --- tools/msftidy.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/msftidy.rb b/tools/msftidy.rb index 505fb15855..e630ea2c8b 100755 --- a/tools/msftidy.rb +++ b/tools/msftidy.rb @@ -208,7 +208,6 @@ class Msftidy end end - # if ln =~/^[ \t]+load[ \t]+.*?\.rb/ if ln =~/^[ \t]*load[ \t]+[\x22\x27]/ error("Loading (not requiring) a file: #{ln.inspect}", idx) end