summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Quoter_i.cpp
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:43:08 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-20 20:43:08 +0000
commit0057502d9aff9d02725e46f08aa1bb15d6a730ff (patch)
tree024c1aedecb98272fa42db94f9152c36dd7d7f6b /TAO/examples/Quoter/Quoter_i.cpp
parente7f8544481079ea528bd56323000f2351fe17f3d (diff)
downloadATCD-0057502d9aff9d02725e46f08aa1bb15d6a730ff.tar.gz
Fixed some warnings.
Diffstat (limited to 'TAO/examples/Quoter/Quoter_i.cpp')
-rw-r--r--TAO/examples/Quoter/Quoter_i.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Quoter_i.cpp b/TAO/examples/Quoter/Quoter_i.cpp
index ea9a76ff412..5fd249484af 100644
--- a/TAO/examples/Quoter/Quoter_i.cpp
+++ b/TAO/examples/Quoter/Quoter_i.cpp
@@ -253,8 +253,6 @@ Quoter_i::copy (CosLifeCycle::FactoryFinder_ptr there,
ACE_THROW_RETURN (CosLifeCycle::NoFactory (), CosLifeCycle::LifeCycleObject::_nil());
}
ACE_ENDTRY;
-
- return CosLifeCycle::LifeCycleObject::_nil();
}