Refactorization in timer.cpp (#5902), Removed misleading comment in symboldatabase

This commit is contained in:
PKEuS 2014-06-05 17:35:27 +02:00
parent 6d0f490138
commit f1a57cbfcc
2 changed files with 2 additions and 5 deletions

View File

@ -843,8 +843,6 @@ public:
bool isCPP() const;
private:
// Needed by Borland C++:
friend class Scope;
void addClassFunction(Scope **info, const Token **tok, const Token *argStart);

View File

@ -15,14 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "timer.h"
#include <algorithm>
#include <iostream>
#include <vector>
#include "timer.h"
/*
TODO:
- sort list by time
- do not sort the results alphabetically
- rename "file" to "single"
- synchronise map access in multithreaded mode or disable timing
- add unit tests