X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fdebug%2Fprofilingscope.h;fp=source%2Fdebug%2Fprofilingscope.h;h=69d1c49baa346388638014c5dcc66b5387eb27d0;hp=50b84ff2b3fe7992fcb0e1af51aac3b534a268ed;hb=9b38e20254913629a0db40e8eb8e1c42e1728e41;hpb=99b9121e2158603372c7313400283b622e6754d8 diff --git a/source/debug/profilingscope.h b/source/debug/profilingscope.h index 50b84ff..69d1c49 100644 --- a/source/debug/profilingscope.h +++ b/source/debug/profilingscope.h @@ -23,8 +23,6 @@ private: Time::TimeDelta time_spent; Time::TimeDelta child_time; - ProfilingScope(const ProfilingScope &); - ProfilingScope &operator=(const ProfilingScope &); public: ProfilingScope(Profiler &p, const std::string &n); ~ProfilingScope();