mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.removed forgotten timings
git-svn-id: svn://ultimatepp.org/upp/trunk@9023 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
928f539505
commit
d00c78edac
3 changed files with 0 additions and 5 deletions
|
|
@ -94,7 +94,6 @@ void SweepPPFiles(const Index<String>& keep)
|
|||
sPPfile.Unlink(i);
|
||||
}
|
||||
else {
|
||||
RTIMING("Sweep2");
|
||||
const PPFile& p = sPPfile[i];
|
||||
for(int j = 0; j < p.item.GetCount(); j++)
|
||||
pp_segment_id.FindAdd(p.item[j].segment_id);
|
||||
|
|
@ -103,7 +102,6 @@ void SweepPPFiles(const Index<String>& keep)
|
|||
CleanPP();
|
||||
return;
|
||||
}
|
||||
RTIMING("Sweep3");
|
||||
unlinked_count = 0;
|
||||
for(int i = 0; i < sAllMacros.GetCount(); i++) {
|
||||
if(sAllMacros.IsUnlinked(i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue