Skip to content

Commit

Permalink
Remove default ctr/dtr from struct MACsecManager
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 9381f2d commit 99f04e9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vslib/MACsecManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,6 @@ namespace saivs

struct MACsecTrafficManager
{
MACsecTrafficManager() = default;
~MACsecTrafficManager() = default;

std::shared_ptr<HostInterfaceInfo> m_info;
std::shared_ptr<MACsecFilter> m_ingressFilter;
std::shared_ptr<MACsecFilter> m_egressFilter;
Expand Down

0 comments on commit 99f04e9

Please sign in to comment.