From fe831b304c445f75fce9c4454678f69a749b8bce Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Mon, 13 Jun 2022 13:30:13 +0200 Subject: ArtifactDescription: Add ref getter for id and C++ hash --- test/buildtool/execution_engine/executor/executor.test.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/buildtool/execution_engine/executor/executor.test.cpp') diff --git a/test/buildtool/execution_engine/executor/executor.test.cpp b/test/buildtool/execution_engine/executor/executor.test.cpp index beec0842..3e56909e 100755 --- a/test/buildtool/execution_engine/executor/executor.test.cpp +++ b/test/buildtool/execution_engine/executor/executor.test.cpp @@ -170,11 +170,8 @@ static void SetupConfig(std::filesystem::path const& ws) { SetupConfig(ws); auto const local_cpp_desc = ArtifactDescription{path{"local.cpp"}, ""}; - auto const local_cpp_id = local_cpp_desc.Id(); - auto const known_cpp_desc = ArtifactDescription{ArtifactDigest{"known.cpp", 0}, ObjectType::File}; - auto const known_cpp_id = known_cpp_desc.Id(); auto const test_action_desc = ActionDescription{ {"output1.exe", "output2.exe"}, -- cgit v1.2.3