]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv6: remove unused variables in esp6
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 19 May 2017 16:55:56 +0000 (09:55 -0700)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 22 May 2017 06:37:18 +0000 (08:37 +0200)
commitd49c9dc1c84878b0c044af7519a80ccb814b3f9f
treeb9039bd12e8f93f85315689133a4f69469db6036
parent67df58a3e5535d8ffeb48a41ec0b38859cc284b8
ipv6: remove unused variables in esp6

Resolves warnings:
net/ipv6/esp6.c: In function ‘esp_ssg_unref’:
net/ipv6/esp6.c:121:10: warning: variable ‘seqhi’ set but not used [-Wunused-but-set-variable]
net/ipv6/esp6.c: In function ‘esp6_output_head’:
net/ipv6/esp6.c:227:21: warning: variable ‘esph’ set but not used [-Wunused-but-set-variable]

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/esp6.c