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 80fa3ac..29dc5e9 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;
     }