yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Possible dead code in controlplane/common.h ? #29

Closed 3Hren closed 2 months ago

3Hren commented 9 months ago

I've noticed a bit strange function in https://github.com/yanet-platform/yanet/blob/993898dfa18c7cc3c12b33bb054618066812e63c/controlplane/src/common.h#L68

Seems like its deletion does not affect any other code, at least without this function the entire compilation succeeds. But anyway, std::array already implements operator== and other stuff.

Can it be safely removed?

ol-imorozko commented 2 months ago

Resolved by #156