Reformat scl cache.

This commit is contained in:
nella 2026-07-10 14:51:58 +02:00
parent b678c238e4
commit 68aaa34975
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ inline std::string convert_liberty_files_to_merged_scl(const std::vector<std::st
hash_input += dont_use_args;
// Include build datetime so caches from other builds are not reused
hash_input += "|";
hash_input += yosys_build_datetime_str;
unsigned int hash = 0;