summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Subscriber.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2007-01-22 09:46:27 +0000
committerMatthew Newhook <matthew@zeroc.com>2007-01-22 09:46:27 +0000
commita4b7432b33b8e24e3a5e7d6d70652b77014f1011 (patch)
tree7e06de5b0952e1452b91acf3de18786aaa39a30f /cpp/src/IceStorm/Subscriber.cpp
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1608 (diff)
downloadice-a4b7432b33b8e24e3a5e7d6d70652b77014f1011.tar.bz2
ice-a4b7432b33b8e24e3a5e7d6d70652b77014f1011.tar.xz
ice-a4b7432b33b8e24e3a5e7d6d70652b77014f1011.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1608
Diffstat (limited to 'cpp/src/IceStorm/Subscriber.cpp')
-rw-r--r--cpp/src/IceStorm/Subscriber.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceStorm/Subscriber.cpp b/cpp/src/IceStorm/Subscriber.cpp
index f1d09e99285..435c9bfdf63 100644
--- a/cpp/src/IceStorm/Subscriber.cpp
+++ b/cpp/src/IceStorm/Subscriber.cpp
@@ -683,7 +683,6 @@ Subscriber::create(
TraceLevelsPtr traceLevels = instance->traceLevels();
SubscriberPtr subscriber;
-
try
{
string reliability = "oneway";
@@ -909,4 +908,3 @@ IceStorm::operator<(const Subscriber& s1, const Subscriber& s2)
{
return &s1 < &s2;
}
-