summaryrefslogtreecommitdiff
path: root/ace/Sched_Params.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 19:32:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-23 19:32:45 +0000
commit81935c2870d1e04a1caa46e1becfaa792fd35d2e (patch)
tree4c5964f505106971baacaf83ec72d1ce373e8b58 /ace/Sched_Params.cpp
parent04427fd686f7061b0674d6632685d1493e097f7a (diff)
downloadATCD-81935c2870d1e04a1caa46e1becfaa792fd35d2e.tar.gz
(previous_priority, VxWorks only): removed ACE_UNUSED_ARG (policy) because policy is used in this function
Diffstat (limited to 'ace/Sched_Params.cpp')
-rw-r--r--ace/Sched_Params.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/Sched_Params.cpp b/ace/Sched_Params.cpp
index a6e5553f71e..3a795775ed8 100644
--- a/ace/Sched_Params.cpp
+++ b/ace/Sched_Params.cpp
@@ -249,7 +249,6 @@ ACE_Sched_Params::previous_priority (const Policy policy,
const int scope)
{
#if defined (VXWORKS)
- ACE_UNUSED_ARG (policy);
return priority < priority_min (policy, scope)
? priority + 1
: priority_min (policy, scope);