diff options
Diffstat (limited to 'ACE')
-rw-r--r-- | ACE/ace/config-g++-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/ace/config-g++-common.h b/ACE/ace/config-g++-common.h index 809668a4693..9a16865ce17 100644 --- a/ACE/ace/config-g++-common.h +++ b/ACE/ace/config-g++-common.h @@ -87,9 +87,6 @@ __attribute__ ((format (TYPE, STR_INDEX, FIRST_INDEX))) #endif -// We define it with a -D with make depend. -# define ACE_LACKS_PRAGMA_ONCE - // Take advantage of g++ visibility attributes to generate // improved shared library binaries. #if !defined (__MINGW32__) && !defined (ACE_HAS_CEGCC) |