Skip to content

Commit

Permalink
gcc49: remove caveats as 4.9.0 has shipped.
Browse files Browse the repository at this point in the history
* Thanks to @denji.
  • Loading branch information
manphiz committed Apr 24, 2014
1 parent 63c52b5 commit 3cdb07a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gcc49.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3cdb07a

Please sign in to comment.