mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Fix clang-tidy modernize-use-equals-delete warnings in headers
This commit is contained in:
parent
cb78d2202f
commit
f15cab4a2b
6 changed files with 13 additions and 15 deletions
|
@ -127,8 +127,7 @@ public:
|
|||
broker::data ToBroker() const;
|
||||
bool FromBroker(broker::data d);
|
||||
|
||||
private:
|
||||
const WriterInfo& operator=(const WriterInfo& other); // Disable.
|
||||
const WriterInfo& operator=(const WriterInfo& other) = delete;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue