[NETFILTER]: nf_conntrack: kill unused callback init_conntrack

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Yasuyuki Kozakai and committed by David S. Miller 2c16b774 55fe5866

-3
-3
net/netfilter/nf_conntrack_core.c
··· 178 178 /* allocated slab cache + modules which uses this slab cache */ 179 179 int use; 180 180 181 - /* Initialization */ 182 - int (*init_conntrack)(struct nf_conn *, u_int32_t); 183 - 184 181 } nf_ct_cache[NF_CT_F_NUM]; 185 182 186 183 /* protect members of nf_ct_cache except of "use" */