]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cdrom.cc
ensure a good clock() value for usage and tests
[apt.git] / cmdline / apt-cdrom.cc
index ba01a4c7475aa0664f44b2a275dfeffd86ad06f1..bac808a416e4beb2fe3a3451a8f61f586edea6d2 100644 (file)
@@ -225,8 +225,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_CDROM, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);