summaryrefslogtreecommitdiff
path: root/ace/config-hpux-10.x-hpc++.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r--ace/config-hpux-10.x-hpc++.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h
index 0a7c2de101a..c399a403fa1 100644
--- a/ace/config-hpux-10.x-hpc++.h
+++ b/ace/config-hpux-10.x-hpc++.h
@@ -46,14 +46,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.01.18. 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 to-be-ANSI casts
# define ACE_HAS_ANSI_CASTS