From 3cdb07a303ff1fbacb2f14debbd47f270e79ddba Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Wed, 23 Apr 2014 23:05:37 -0700 Subject: [PATCH] gcc49: remove caveats as 4.9.0 has shipped. * Thanks to @denji. --- gcc49.rb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc49.rb b/gcc49.rb index 72eb1034d2..df189cbd29 100644 --- a/gcc49.rb +++ b/gcc49.rb @@ -153,11 +153,4 @@ def add_suffix file, suffix base = File.basename(file, ext) File.rename file, "#{dir}/#{base}-#{suffix}#{ext}" end - - def caveats; <<-EOS.undent - This is a snapshot of GCC trunk, which is in active development and - supposed to have bugs and should not be used in production - environment. - EOS - end end