summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2021-04-27 12:45:22 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2021-04-27 12:45:22 -0500
commit2446b519893f6bebc1da64891752c3d718d00c7d (patch)
tree66c6c2fc04b370949b6f1dd8f70b84f9b654d329
parentc733aaf4ca00fa2f380452eba76815805711e239 (diff)
downloadATCD-2446b519893f6bebc1da64891752c3d718d00c7d.tar.gz
Remove Support Macro
-rw-r--r--TAO/TAO_IDL/driver/drv_preproc.cpp2
-rw-r--r--TAO/tao/orbconf.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/TAO/TAO_IDL/driver/drv_preproc.cpp b/TAO/TAO_IDL/driver/drv_preproc.cpp
index 1ba5cf3331e..1943bbdf9d3 100644
--- a/TAO/TAO_IDL/driver/drv_preproc.cpp
+++ b/TAO/TAO_IDL/driver/drv_preproc.cpp
@@ -277,8 +277,6 @@ DRV_cpp_init ()
DRV_cpp_putarg (version_option);
DRV_cpp_putarg ("-I.");
- DRV_cpp_putarg ("-D__TAO_IDL_DCPS_DATA_SEQUENCE_TYPE_SUPPORTS_CXX_KEYWORDS");
-
const char *platform_cpp_args =
FE_get_cpp_args_from_env ();
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h
index 9697f204f2f..de5905aea50 100644
--- a/TAO/tao/orbconf.h
+++ b/TAO/tao/orbconf.h
@@ -857,8 +857,6 @@ enum TAO_Policy_Scope
# define TAO_DEFAULT_COLLOCATION_STRATEGY TAO_COLLOCATION_THRU_POA
#endif
-#define TAO_IDL_DCPS_DATA_SEQUENCE_TYPE_SUPPORTS_CXX_KEYWORDS
-
TAO_END_VERSIONED_NAMESPACE_DECL
#include /**/ "ace/post.h"