summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 13:19:30 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-01-06 13:19:30 +0100
commit203c2f44afa8c76ffec52128239558834c7c69fd (patch)
tree241ff24b32cf54770d1c87793a19e376362cdfd0
parentc300a16149e6667830909bc40685be8fda4c1712 (diff)
downloadATCD-203c2f44afa8c76ffec52128239558834c7c69fd.tar.gz
Removed empty line
* ACE/ace/OS_NS_Thread.cpp:
-rw-r--r--ACE/ace/OS_NS_Thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/OS_NS_Thread.cpp b/ACE/ace/OS_NS_Thread.cpp
index 4c94dd13120..ef2f13ac2a0 100644
--- a/ACE/ace/OS_NS_Thread.cpp
+++ b/ACE/ace/OS_NS_Thread.cpp
@@ -3340,7 +3340,6 @@ ACE_OS::sched_params (const ACE_Sched_Params &sched_params,
if (sched_params.scope () == ACE_SCOPE_THREAD)
{
-
// Setting the REALTIME_PRIORITY_CLASS on Windows is almost always
// a VERY BAD THING. This include guard will allow people
// to easily disable this feature in ACE.