summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp b/TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp
index 34786543733..db2b99272e9 100644
--- a/TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp
+++ b/TAO/orbsvcs/examples/RtEC/Schedule/Service.cpp
@@ -22,11 +22,8 @@ ACE_RCSID(EC_Examples, Service, "$Id$")
int config_run = 0;
int parse_args (int argc, char *argv[]);
-#if (! defined (__GNUC__)) || (__GNUC__ > 2) || \
- (__GNUC__ == 2 && defined (__GNUC_MINOR__) && __GNUC_MINOR__ >= 8)
typedef TAO_Reconfig_Scheduler<TAO_MUF_Reconfig_Sched_Strategy, TAO_SYNCH_MUTEX> RECONFIG_SCHED_TYPE;
-#endif
int
main (int argc, char* argv[])