Description: Avoid using the code shared with GNAT.
 Use libgnatprj and libgnatvsn instead.
 .
 The Gnatvsn.Build_Type enumerated type does not, and will probably
 never, include the Gnat_Pro value in GCC.
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: not-needed

--- a/src/gpr_version.adb
+++ b/src/gpr_version.adb
@@ -66,8 +66,6 @@
       end loop Last_Loop;
 
       case Build_Type is
-         when Gnatpro =>
-            return "Pro " & Gpr_Version & " " & Date & Host;
          when GPL =>
             return "GPL " & Gpr_Version & " " & Date & Host;
          when FSF =>
