diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-31 12:00:15 +0100 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-01-31 12:00:15 +0100 |
commit | 26de52fa094f90d5ce7a2766df5a53e6188b4d13 (patch) | |
tree | 529fd99c8ab3866af8f94124272690100a739e14 /kernel | |
parent | 6513300db7648fcdf62b59bddd2aad9812829c02 (diff) | |
download | yosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.tar.gz yosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.tar.bz2 yosys-26de52fa094f90d5ce7a2766df5a53e6188b4d13.zip |
Cleanup
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/fstdata.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/fstdata.cc b/kernel/fstdata.cc index a7a2c80f7..17498c4ee 100644 --- a/kernel/fstdata.cc +++ b/kernel/fstdata.cc @@ -43,7 +43,6 @@ FstData::FstData(std::string filename) : ctx(nullptr) } } for (int i=0;i<zeros; i++) timescale_str += "0"; - if (zeros>0)timescale_str += " "; timescale_str += g_units[unit]; extractVarNames(); } |