diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-12 13:14:02 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-09-12 15:02:01 +0200 |
commit | f8d6a93611eacd2c71c57cb09f4ba307ed38a1fc (patch) | |
tree | 730bf55b4674aab2f68acfbbfd262a35512c16c4 /test | |
parent | b2f15fdbaa7556cdf68e12bd02173e8ef62417dd (diff) | |
download | justbuild-f8d6a93611eacd2c71c57cb09f4ba307ed38a1fc.tar.gz |
Remove unused variables
Diffstat (limited to 'test')
-rw-r--r-- | test/buildtool/execution_engine/executor/executor_api.test.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/buildtool/execution_engine/executor/executor_api.test.hpp b/test/buildtool/execution_engine/executor/executor_api.test.hpp index 24abbb78..c898d9e8 100644 --- a/test/buildtool/execution_engine/executor/executor_api.test.hpp +++ b/test/buildtool/execution_engine/executor/executor_api.test.hpp @@ -575,7 +575,6 @@ static inline void TestRetrieveOutputDirectories( int /*expected_queued*/ = 0, int /*expected_cached*/ = 0) { SetupConfig(repo_config); - auto tmpdir = GetTestDir(); HashFunction const hash_function{Compatibility::IsCompatible() ? HashFunction::Type::PlainSHA256 |