commit | cf14b92bc1a3f5040437234dffe5cf6aa59711a5 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Sat Nov 06 01:09:37 2021 +0100 |
committer | Phil Sutter <phil@nwl.cc> | Tue Nov 23 15:01:23 2021 +0100 |
tree | 89264bb0c612af799b7759a4b17fc671718ffbb2 | |
parent | 24f30842d979da464c1c3ef106d2efa66a480735 [diff] |
nft-shared: Drop unused function print_proto() The last users vanished back in 2013. There is identical code in save_rule_details(), but with only a single user there's not much point in keeping the function. Fixes: cdc78b1d6bd7b ("nft: convert rule into a command state structure") Signed-off-by: Phil Sutter <phil@nwl.cc>