diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 09:42:54 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-15 09:42:54 +0100 |
| commit | 8db4be21f3effe3cbeee96bace00d25ffaebb317 (patch) | |
| tree | ffed9cb6fab6cdc61d0a2217085c16a115565a39 /apt-pkg/acquire-method.cc | |
| parent | 6e877571bc2dd50e38f2f35675c401d74dbe233d (diff) | |
Remove some more unused functions
Final ABI cleanup before unstable?!
Diffstat (limited to 'apt-pkg/acquire-method.cc')
| -rw-r--r-- | apt-pkg/acquire-method.cc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/apt-pkg/acquire-method.cc b/apt-pkg/acquire-method.cc index 13f3fa4dd..4739f8c8e 100644 --- a/apt-pkg/acquire-method.cc +++ b/apt-pkg/acquire-method.cc @@ -464,23 +464,6 @@ int pkgAcqMethod::Run(bool Single) return 0; } /*}}}*/ -// AcqMethod::PrintStatus - privately really send a log/status message /*{{{*/ -void pkgAcqMethod::PrintStatus(char const * const header, const char* Format, - va_list &args) const -{ - string CurrentURI = "<UNKNOWN>"; - if (Queue != 0) - CurrentURI = Queue->Uri; - if (UsedMirror.empty() == true) - fprintf(stdout, "%s\nURI: %s\nMessage: ", - header, CurrentURI.c_str()); - else - fprintf(stdout, "%s\nURI: %s\nUsedMirror: %s\nMessage: ", - header, CurrentURI.c_str(), UsedMirror.c_str()); - vfprintf(stdout,Format,args); - std::cout << "\n\n" << std::flush; -} - /*}}}*/ // AcqMethod::Log - Send a log message /*{{{*/ // --------------------------------------------------------------------- /* */ |
