]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DEV: coccinelle: Remove unused `expression e`
authorTim Duesterhus <tim@bastelstu.be>
Sat, 6 Nov 2021 14:14:42 +0000 (15:14 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 8 Nov 2021 06:58:18 +0000 (07:58 +0100)
Introduced in ef00c533e1ed37b414aab912f492be794ab589cc.

dev/coccinelle/ist.cocci

index 97ce0a2adecba31f795f8d392e97a663eb494820..598ffa3e28609fd8c94cea7922652f4648799b97 100644 (file)
@@ -31,7 +31,6 @@ struct ist i;
 
 @@
 struct ist i;
-expression e;
 @@
 
 - i.ptr++;