diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-02 16:25:57 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-09 13:07:13 +0200 |
commit | e8d9f711ab3bc67c2ee64fae427b45b63dc47284 (patch) | |
tree | 69fb35e2f9207249a5cc4f52b646bc81632d932a /src/utils/cpp/TARGETS | |
parent | fc947860a12b8ed219799b87b68418e6c6678476 (diff) | |
download | justbuild-e8d9f711ab3bc67c2ee64fae427b45b63dc47284.tar.gz |
Remove verify_hash library
...that is fully replaced by hash_info
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index fda8f473..5f0eab47 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -99,13 +99,6 @@ , "hdrs": ["path_hash.hpp"] , "stage": ["src", "utils", "cpp"] } -, "verify_hash": - { "type": ["@", "rules", "CC", "library"] - , "name": ["verify_hash"] - , "hdrs": ["verify_hash.hpp"] - , "deps": [["@", "fmt", "", "fmt"]] - , "stage": ["src", "utils", "cpp"] - } , "transformed_range": { "type": ["@", "rules", "CC", "library"] , "name": ["transformed_range"] |