This website works better with JavaScript.
Home
Explore
About Gitea
Register
Sign In
devuan
/
apt
Watch
10
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
19
Wiki
Activity
Browse Source
apt-private: Remove unused InitLocale() variant
tags/devuan/2.0.1+devuan1
Julian Andres Klode
1 year ago
parent
0dfacb3d01
commit
476d999847
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
apt-private/private-main.cc
+0
-1
apt-private/private-main.h
+ 0
- 1
apt-private/private-main.cc
View File
@@ -44,7 +44,6 @@ void InitLocale(APT_CMD const binary) /*{{{*/
break;
}
}
void InitLocale() {}
/*}}}*/
void InitSignals() /*{{{*/
{
+ 0
- 1
apt-private/private-main.h
View File
@@ -8,7 +8,6 @@
class CommandLine;
void InitLocale(APT_CMD const binary);
APT_PUBLIC APT_DEPRECATED_MSG("Is a no-op now") void InitLocale();
APT_PUBLIC void InitSignals();
APT_PUBLIC void CheckIfSimulateMode(CommandLine &CmdL);
APT_PUBLIC void CheckIfCalledByScript(int argc, const char *argv[]);
Write
Preview
Loading…
Cancel
Save