X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/2fac0dd5a7a62b67a869cd4c71c9d09159aaa31d..0e071dfe205ad21d8b929b4bb8164b008dc7c474:/methods/gpgv.cc diff --git a/methods/gpgv.cc b/methods/gpgv.cc index dd395d659..fc6eb9159 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -1,6 +1,5 @@ #include -#include #include #include #include @@ -427,9 +426,5 @@ bool GPGVMethod::URIAcquire(std::string const &Message, FetchItem *Itm) int main() { - setlocale(LC_ALL, ""); - - GPGVMethod Mth; - - return Mth.Run(); + return GPGVMethod().Run(); }