projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
CMake: Handle BSD platforms with sig_t instead of sighandler_t
[apt.git]
/
cmdline
/
apt.cc
diff --git
a/cmdline/apt.cc
b/cmdline/apt.cc
index 3c3d3ca1c88bf9005274b27f498e5587e956ce0a..4b266bcbe94b61e496dd76cb19473256a76cd1bd 100644
(file)
--- a/
cmdline/apt.cc
+++ b/
cmdline/apt.cc
@@
-97,8
+97,6
@@
static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/
/*}}}*/
int main(int argc, const char *argv[]) /*{{{*/
{
- InitLocale();
-
CommandLine CmdL;
auto const Cmds = ParseCommandLine(CmdL, APT_CMD::APT, &_config, &_system, argc, argv, &ShowHelp, &GetCommands);