release/4.3a0
Richard Roberts 2012-06-05 20:04:41 +00:00
parent 3cc739cc07
commit c5a406578a
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
boost::shared_ptr<TimingOutline> timingRoot(new TimingOutline("Total"));
boost::weak_ptr<TimingOutline> timingCurrent(timingRoot);
Timing timing;
//Timing timing;
std::string timingPrefix;
/* ************************************************************************* */
@ -259,4 +259,4 @@ void ticPop_(const std::string& prefix, const std::string& id) {
timingPrefix.resize(timingPrefix.size() - prefix.size() - 1);
}
#endif
#endif