summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp')
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp b/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp
index bab8b682854..f0e96ce07a2 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp
+++ b/TAO/orbsvcs/examples/FaultTolerance/FLARe/DeCoRAM/src/FailureAwareWCRT.cpp
@@ -14,13 +14,6 @@
#include <algorithm>
FailureAwareWCRT::FailureAwareWCRT (const TASK_LIST & tasks,
- const REPLICA_GROUPS & rep_groups)
- : tasks_ (tasks),
- replica_finder_ (rep_groups)
-{
-}
-
-FailureAwareWCRT::FailureAwareWCRT (const TASK_LIST & tasks,
const ReplicaFinder & replica_finder)
: tasks_ (tasks),
replica_finder_ (replica_finder)