From aa57e33b4bf29c6211a07f24e204db537b6657cc Mon Sep 17 00:00:00 2001 From: Marc Laukien Date: Tue, 23 Oct 2001 01:00:27 +0000 Subject: fixed cyclic dependencies --- cpp/test/Ice/objects/TestI.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/test/Ice/objects/TestI.cpp') diff --git a/cpp/test/Ice/objects/TestI.cpp b/cpp/test/Ice/objects/TestI.cpp index 495e0c67e9f..b3962d8bfb7 100644 --- a/cpp/test/Ice/objects/TestI.cpp +++ b/cpp/test/Ice/objects/TestI.cpp @@ -45,20 +45,16 @@ InitialI::shutdown() _b1->b = 0; _b1->c = 0; _b1->_removeAllFacets(); - _b1 = 0; _b2->a = 0; _b2->b = 0; _b2->c = 0; _b2->_removeAllFacets(); - _b2 = 0; _c->b = 0; _c->_removeAllFacets(); - _c = 0; _d->a = 0; _d->b = 0; _d->c = 0; _d->_removeAllFacets(); - _d = 0; } BPtr -- cgit v1.2.3