summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.x-hpc++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-11.x-hpc++.h')
-rw-r--r--ace/config-hpux-11.x-hpc++.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/config-hpux-11.x-hpc++.h b/ace/config-hpux-11.x-hpc++.h
index 84dc1d8f5f1..1913e68c707 100644
--- a/ace/config-hpux-11.x-hpc++.h
+++ b/ace/config-hpux-11.x-hpc++.h
@@ -37,14 +37,6 @@
# define volatile
#else // aC++ definitions
-
-// Parts of TAO (at least) use __HP_aCC to detect this compiler, but the
-// macro is not set until A.03.13. If it's not set, set it - it won't be an
-// HP-advertised value, but we don't check the value/version - just whether
-// it's set or not.
-# if !defined (__HP_aCC)
-# define __HP_aCC
-# endif /* __HP_aCC */
// Compiler supports ANSI casts
# define ACE_HAS_ANSI_CASTS