summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp')
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
index 26ab04bffb6..9a00d75dffb 100644
--- a/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
+++ b/TAO/orbsvcs/tests/Event/lib/Counting_Supplier.cpp
@@ -139,7 +139,6 @@ EC_Counting_Supplier::push (const RtecEventComm::EventSet&,
event.length (1);
event[0].header.source = this->event_source_;
event[0].header.type = this->event_type_;
- event[0].header.ttl = 1;
this->consumer_proxy_->push (event, ACE_TRY_ENV);
ACE_CHECK;