Skip to content

Commit

Permalink
Remove bad copy/paste comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
swatanabe committed Apr 4, 2019
1 parent e7a54aa commit ae3e52e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/tools/gcc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,6 @@ local rule dump-full-version ( command-string )

local rule dump-version ( command-string )
{
# -dumpfullversion is only supported for gcc 7+.
# Passing both options works, as the first one that's
# recognized will be used.
return [ MATCH "^([0-9.]+)" :
[ SHELL "$(command-string) -dumpversion" ] ] ;
}
Expand Down

0 comments on commit ae3e52e

Please sign in to comment.