[lldb] Remove timer from SBModule copy ctor
authorDave Lee <davelee.com@gmail.com>
Tue, 29 Nov 2022 00:21:16 +0000 (16:21 -0800)
committerDave Lee <davelee.com@gmail.com>
Fri, 20 Jan 2023 20:59:51 +0000 (12:59 -0800)
commit84c6129c943135e2c32b9254f08d0a2e7b21116a
tree6360677ee453813aba360cc821121c9d667629d2
parent593fb61838ac3df5efd3daa95772a7369246ad75
[lldb] Remove timer from SBModule copy ctor

The SBModule copy constructor has fast execution, and is high firing. Fast and
frequent functions are not good candidates for timers.

Differential Revision: https://reviews.llvm.org/D142150
lldb/source/API/SBModule.cpp