From ae3e52edde44b97f2d9c1c3cbbf8edc743cbf7c5 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 4 Apr 2019 11:01:33 -0600 Subject: [PATCH] Remove bad copy/paste comment. --- src/tools/gcc.jam | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tools/gcc.jam b/src/tools/gcc.jam index e318192b4..33d9cc599 100644 --- a/src/tools/gcc.jam +++ b/src/tools/gcc.jam @@ -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" ] ] ; }