diff options
Diffstat (limited to 'src/buildtool/computed_roots/artifacts_root.cpp')
-rw-r--r-- | src/buildtool/computed_roots/artifacts_root.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/computed_roots/artifacts_root.cpp b/src/buildtool/computed_roots/artifacts_root.cpp index dde240a6..8124461b 100644 --- a/src/buildtool/computed_roots/artifacts_root.cpp +++ b/src/buildtool/computed_roots/artifacts_root.cpp @@ -146,8 +146,6 @@ auto ArtifactsRoot(ExpressionPtr const& stage, true); return std::nullopt; } - // TODO(aehlig): Do re-hashing in case of compatible mode - // We obtain the entries odered by key; in particular, the entries of all // subtrees will be next to each other. So, we compute the final tree // keeping a stack of partially set up tree while walking. |