From 6e877571bc2dd50e38f2f35675c401d74dbe233d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 15 Feb 2025 09:40:15 +0100 Subject: Run unifdef -DAPT_PKG_ABI=700 again main picked up a couple new ifdefs since the branch started; so clean them up again. --- apt-pkg/tagfile.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apt-pkg/tagfile.h') diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index bea6f37ba..4c5871833 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -150,15 +150,9 @@ class APT_PUBLIC pkgTagSection std::string Name; std::string Data; -#if APT_PKG_ABI > 600 static Tag Remove(std::string_view Name); static Tag Rename(std::string_view OldName, std::string_view NewName); static Tag Rewrite(std::string_view Name, std::string_view Data); -#else - static Tag Remove(std::string const &Name); - static Tag Rename(std::string const &OldName, std::string const &NewName); - static Tag Rewrite(std::string const &Name, std::string const &Data); -#endif private: Tag(ActionType const Action, std::string_view Name, std::string_view Data) : Action(Action), Name(Name), Data(Data) {} -- cgit v1.2.3-70-g09d2