mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
iosource: Remove non-existing ManagerBase friend
This commit is contained in:
parent
9b8ab7b210
commit
833dd158de
2 changed files with 0 additions and 2 deletions
|
@ -90,7 +90,6 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class Manager;
|
friend class Manager;
|
||||||
friend class ManagerBase;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Structure to pass back information about the packet dumper to the
|
* Structure to pass back information about the packet dumper to the
|
||||||
|
|
|
@ -225,7 +225,6 @@ public:
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
friend class Manager;
|
friend class Manager;
|
||||||
friend class ManagerBase;
|
|
||||||
|
|
||||||
// Methods to use by derived classes.
|
// Methods to use by derived classes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue