removed void warning
authorJiri Srain <jsrain@suse.cz>
Mon, 30 Jan 2006 08:01:08 +0000 (08:01 +0000)
committerJiri Srain <jsrain@suse.cz>
Mon, 30 Jan 2006 08:01:08 +0000 (08:01 +0000)
zypp/zypp_detail/ZYppImpl.cc

index 80fa3ac3b2a70d059e37f652226fde2b2d12448c..29dc5e9ca7159f4da15082eefb82825474619028 100644 (file)
@@ -67,14 +67,11 @@ namespace zypp
     {
        if (_target)
         _target = Target_Ptr();
-#warning FIXME does this release the memory? _target is intrusive_ptr<Target>. Once more below...
        _target = new Target(root);
      }
 
     void ZYppImpl::finishTarget()
     {
-//      if (_target)
-//     _target = 0;
       _target = 0;
     }