summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h
index 8a3e2659cd2..63a76e05575 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Constraint_Interpreter.h
@@ -46,9 +46,6 @@ protected:
TAO_Constraint* root_;
// The root of the expression tree, not equal to null if build_tree
// successfully builds a tree from the constraints.
-private:
- static ACE_SYNCH_MUTEX parserMutex__;
- // This mutex protects the <build_tree> method from reentrance.
};
class TAO_Constraint_Interpreter : public TAO_Interpreter