mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Remove unnecessary shared_from_this on instrument classes
This commit is contained in:
parent
99e64aa113
commit
2680bac480
3 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ private:
|
|||
|
||||
using CounterPtr = std::shared_ptr<Counter>;
|
||||
|
||||
class CounterFamily : public MetricFamily, public std::enable_shared_from_this<CounterFamily> {
|
||||
class CounterFamily : public MetricFamily {
|
||||
public:
|
||||
static inline const char* OpaqueName = "CounterMetricFamilyVal";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue