diff options
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(); } |