fixed stack overflow (ma)
authorStefan Hundhammer <sh@suse.de>
Wed, 8 Mar 2006 11:32:03 +0000 (11:32 +0000)
committerStefan Hundhammer <sh@suse.de>
Wed, 8 Mar 2006 11:32:03 +0000 (11:32 +0000)
zypp/SourceManager.h

index 75811cf..86137b7 100644 (file)
@@ -177,11 +177,9 @@ namespace zypp
     /**
      * Disable all registered sources
      */
-#warning: this could be done by providing iterator-like methods
     void disableAllSources();
 
   private:
-#warning move data to a PIMPL or anonymous namespace as it's a Singleton
     typedef std::map<unsigned, RW_pointer<Source_Ref> > SourceMap;
 
     SourceMap _sources;