mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -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
|
|
@ -196,11 +196,9 @@ void Cpp::Do(const String& sourcefile, Stream& in, const String& currentfile, bo
|
|||
LLOG("Include IN " << s);
|
||||
md5.Put(s);
|
||||
Do(sourcefile, in, s, get_macros);
|
||||
RHITCOUNT("Include IN");
|
||||
}
|
||||
else {
|
||||
LLOG("Include FLAT " << s);
|
||||
RHITCOUNT("Include FLAT");
|
||||
DoFlatInclude(s);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue