diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 04:30:18 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-29 04:30:18 +0000 |
commit | 52927171a3f81ecce99530c8f3c3be5ba0ecefb1 (patch) | |
tree | 52f2c10fee3ba8b358886dbd4f606dea4b16c77f /ace/Sched_Params.cpp | |
parent | 6942c60087dc0b9934acd2452d2e914f36807305 (diff) | |
download | ATCD-52927171a3f81ecce99530c8f3c3be5ba0ecefb1.tar.gz |
foo
Diffstat (limited to 'ace/Sched_Params.cpp')
-rw-r--r-- | ace/Sched_Params.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Sched_Params.cpp b/ace/Sched_Params.cpp index afdf0d61937..73222420dab 100644 --- a/ace/Sched_Params.cpp +++ b/ace/Sched_Params.cpp @@ -17,18 +17,9 @@ // ============================================================================ #include "ace/ACE.h" - -#if defined (ACE_HAS_THREADS) - - #include "ace/Scheduling_Params.h" #if !defined (__ACE_INLINE__) #include "ace/Scheduling_Params.i" #endif /* __ACE_INLINE__ */ - -#endif /* ACE_HAS_THREADS */ - - -// EOF |