diff options
| author | наб <nabijaczleweli@nabijaczleweli.xyz> | 2024-11-12 18:22:44 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:45:12 +0100 |
| commit | 4f6d379124bc51a09608fa3f45d66713f927b959 (patch) | |
| tree | b20d5437d722deb919d92f06498402d23e53eef6 /apt-pkg/deb/deblistparser.h | |
| parent | 793c9b1f3059c35b66c19f62fa39b6607809fea0 (diff) | |
Drop APT::StringView
Diffstat (limited to 'apt-pkg/deb/deblistparser.h')
| -rw-r--r-- | apt-pkg/deb/deblistparser.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apt-pkg/deb/deblistparser.h b/apt-pkg/deb/deblistparser.h index aec09ed2e..27e900790 100644 --- a/apt-pkg/deb/deblistparser.h +++ b/apt-pkg/deb/deblistparser.h @@ -81,15 +81,6 @@ class APT_HIDDEN debListParser : public pkgCacheListParser bool const &ParseRestrictionsList = false, std::string const &Arch = ""); -#if APT_PKG_ABI <= 600 - [[deprecated("Use std::string_view variant instead")]] - APT_PUBLIC static const char *ParseDepends(const char *Start, const char *Stop, - APT::StringView &Package, - APT::StringView &Ver, unsigned int &Op, - bool ParseArchFlags = false, bool StripMultiArch = true, - bool ParseRestrictionsList = false, - std::string Arch = ""); -#endif APT_PUBLIC static const char *ParseDepends(const char *Start, const char *Stop, std::string_view &Package, std::string_view &Ver, unsigned int &Op, |
