From 5d04c0e7933fab7d43238d0021c7b0260deb828b Mon Sep 17 00:00:00 2001 From: "K. Noel Belcourt" Date: Wed, 4 Jan 2012 23:43:32 +0000 Subject: [PATCH] Remove bogus comment, __PGIC__ is defined in recent PGI compilers. [SVN r76313] --- include/boost/config/compiler/pgi.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/config/compiler/pgi.hpp b/include/boost/config/compiler/pgi.hpp index 611e77f1..0ae8af58 100644 --- a/include/boost/config/compiler/pgi.hpp +++ b/include/boost/config/compiler/pgi.hpp @@ -16,9 +16,6 @@ // if no threading API is detected. // -// PGI 10.x doesn't seem to define __PGIC__ - -// versions earlier than 10.x do define __PGIC__ #if __PGIC__ >= 10 // options requested by configure --enable-test