]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
more explicit MarkRequired algorithm code
[apt.git] / cmdline / apt-get.cc
index 4ac15274cd4ff1946a665e4e41ad9424202b1f2f..73db71f00d787749a60cd6e54aac1b03c77b6e51 100644 (file)
@@ -432,8 +432,6 @@ static std::vector<aptDispatchWithHelp> GetCommands()                       /*{{{*/
                                                                        /*}}}*/
 int main(int argc,const char *argv[])                                  /*{{{*/
 {
-   InitLocale();
-
    // Parse the command line and initialize the package library
    CommandLine CmdL;
    auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT_GET, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);