summaryrefslogtreecommitdiff
path: root/ace/config-g++-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-g++-common.h')
-rw-r--r--ace/config-g++-common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ace/config-g++-common.h b/ace/config-g++-common.h
index 5ae9686885b..b367c2fffcb 100644
--- a/ace/config-g++-common.h
+++ b/ace/config-g++-common.h
@@ -39,12 +39,6 @@
# define ACE_LACKS_PLACEMENT_OPERATOR_DELETE
# endif /* __GNUC__ >= 2.91 */
-# if (defined (VXWORKS) && __GNUC__ == 2 && __GNUC_MINOR__ == 96)
-// This is for inofficial(!) gcc2.96 shipped with Tornado2.1.0 for
-// Hitachi SuperH platform.
-# define ACE_LACKS_AUTO_PTR
-# endif /* (defined (VXWORKS) && __GNUC__ == 2 && __GNUC_MINOR__ == 96) */
-
#if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 97 )
// gcc 2.97 and higher use libstdc++-v3 and require
// the use of the std namespace for using iostreams