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