From 1ea0b1d9ff98d8c44658046019c94f5952ad5c66 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 14 Jun 2022 18:41:53 +0200 Subject: Crypto: Add and use set of globally used hash functions --- src/buildtool/build_engine/target_map/utils.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/buildtool/build_engine/target_map/utils.hpp') diff --git a/src/buildtool/build_engine/target_map/utils.hpp b/src/buildtool/build_engine/target_map/utils.hpp index 2d6690c1..629f7492 100644 --- a/src/buildtool/build_engine/target_map/utils.hpp +++ b/src/buildtool/build_engine/target_map/utils.hpp @@ -17,8 +17,6 @@ namespace BuildMaps::Target::Utils { -constexpr HashGenerator::HashType kActionHash = HashGenerator::HashType::SHA256; - auto obtainTargetByName(const SubExprEvaluator&, const ExpressionPtr&, const Configuration&, -- cgit v1.2.3