diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-12 17:58:17 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-03-12 17:58:17 +0100 |
commit | 1b06ca716eaa23dfa2d521aebb2a4098e4dc8a46 (patch) | |
tree | 5d4e507f460ffe9f9486e8b28922daaf710c47b8 | |
parent | 0aed8b20be80238ee16839d2926eb10e63521610 (diff) | |
download | justbuild-1b06ca716eaa23dfa2d521aebb2a4098e4dc8a46.tar.gz |
storage config: remove unneeded private dependency
-rw-r--r-- | src/buildtool/storage/TARGETS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buildtool/storage/TARGETS b/src/buildtool/storage/TARGETS index 9bde508c..796b3fa9 100644 --- a/src/buildtool/storage/TARGETS +++ b/src/buildtool/storage/TARGETS @@ -15,7 +15,6 @@ , ["src/utils/cpp", "gsl"] ] , "stage": ["src", "buildtool", "storage"] - , "private-deps": [["src/buildtool/file_system", "file_storage"]] } , "storage": { "type": ["@", "rules", "CC", "library"] |