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/contrib/hashes.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apt-pkg/contrib/hashes.cc') diff --git a/apt-pkg/contrib/hashes.cc b/apt-pkg/contrib/hashes.cc index c7a4ab0e7..9c0ce40d2 100644 --- a/apt-pkg/contrib/hashes.cc +++ b/apt-pkg/contrib/hashes.cc @@ -55,11 +55,7 @@ HashString::HashString(std::string Type, std::string Hash) : Type(Type), Hash(Ha { } -#if APT_PKG_ABI > 600 HashString::HashString(std::string_view StringedHash) /*{{{*/ -#else -HashString::HashString(std::string StringedHash) /*{{{*/ -#endif { if (StringedHash.find(":") == std::string::npos) { -- cgit v1.2.3-70-g09d2