link
authorStephan Kulow <coolo@suse.de>
Mon, 24 Mar 2008 20:16:53 +0000 (20:16 +0000)
committerStephan Kulow <coolo@suse.de>
Mon, 24 Mar 2008 20:16:53 +0000 (20:16 +0000)
zypp/parser/plaindir/RepoParser.cc

index 7958e48..f1702ee 100644 (file)
@@ -84,9 +84,11 @@ class RepoParser::Impl
     {
       _ticks.sendTo( fnc_r );
     }
+#if 0
     int extract_packages_from_directory( const Pathname & rootpath,
                                          const Pathname & subdir,
                                          bool recursive);
+#endif
     /** Main entry to parser. */
     void parse( const Pathname & reporoot_r );
   public:
@@ -108,7 +110,7 @@ class RepoParser::Impl
 //
 void RepoParser::Impl::parse( const Pathname & reporoot_r )
 {
-  extract_packages_from_directory( reporoot_r, Pathname(), true );
+  //extract_packages_from_directory( reporoot_r, Pathname(), true );
 /*if ( ! _ticks.incr() )
       ZYPP_THROW( AbortRequestException() );*/
   // Done