]> git.ipfire.org Git - thirdparty/nftables.git/commit
set: remove unused set_clone() function
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Jan 2015 09:51:05 +0000 (09:51 +0000)
committerPatrick McHardy <kaber@trash.net>
Mon, 12 Jan 2015 09:51:05 +0000 (09:51 +0000)
commit67e392beb977b1929b4db5a406a3051389ea3158
tree9fea8f46462049184576b02f4f21067763256bee
parent69a54250650b9566470e62f39296ecb2b5010f84
set: remove unused set_clone() function

The set_clone() function was added by the event monitor patchset and is
unused. It is also broken since it simply initializes the list head to
the list of the original set, so remove it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
include/rule.h
src/rule.c