OSDN Git Service

Implement rudimentary dependency resolver.
[mingw/mingw-get.git] / src / climain.cpp
index 880abc3..62dd6fe 100644 (file)
@@ -90,7 +90,6 @@ EXTERN_C int climain( int argc, char **argv )
        */
       dbase.LoadSystemMap();
 
-#if 0
       /* ...schedule the specified action for each additional command line
        * argument, (each of which is assumed to represent a package name)...
        */
@@ -100,7 +99,6 @@ EXTERN_C int climain( int argc, char **argv )
       /* ...and finally, execute all scheduled actions.
        */
       dbase.ExecuteActions();
-#endif
     }
 
     /* If we get this far, then all actions completed successfully;