Remove unused meta field

This commit is contained in:
Nico Schottelius 2019-03-06 19:38:13 +01:00
parent bd86fb4bc5
commit 260857b457
1 changed files with 0 additions and 1 deletions

View File

@ -260,7 +260,6 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
{
hdr.ipv6.src_addr, /* 128 */
hdr.ipv6.dst_addr, /* 128 */
meta.cast_length, /* 32 */
24w0, /* 24 0's */
PROTO_ICMP6 /* 8 */
},