datapath: Remove pkt_key from OVS_CB.
[cascardo/ovs.git] / datapath / flow.c
index af9c227..eb7df13 100644 (file)
@@ -669,7 +669,6 @@ static int key_extract(struct sk_buff *skb, struct sw_flow_key *key)
                }
        }
 
-       OVS_CB(skb)->pkt_key = key;
        return 0;
 }