diff options
author | sapier <Sapier at GMX dot net> | 2013-12-01 01:52:06 +0100 |
---|---|---|
committer | sapier <Sapier at GMX dot net> | 2013-12-01 16:25:46 +0100 |
commit | 04e9a9d5410a151d232a577b46791d2edffba527 (patch) | |
tree | 26d014a8ba5a9d962f9458f11d23f11f09ab5fff /src/profiler.h | |
parent | f3439c40d85967c4f66eeefbc325f9ebf94d75e1 (diff) | |
download | minetest-04e9a9d5410a151d232a577b46791d2edffba527.tar.gz minetest-04e9a9d5410a151d232a577b46791d2edffba527.tar.bz2 minetest-04e9a9d5410a151d232a577b46791d2edffba527.zip |
Cleanup jthread and fix win32 build
Diffstat (limited to 'src/profiler.h')
-rw-r--r-- | src/profiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/profiler.h b/src/profiler.h index f674b3386..b703a2d5b 100644 --- a/src/profiler.h +++ b/src/profiler.h @@ -38,7 +38,6 @@ class Profiler public: Profiler() { - m_mutex.Init(); } void add(const std::string &name, float value) |