DEV: coccinelle: Remove unused expression e

Introduced in ef00c533e1ed37b414aab912f492be794ab589cc.
This commit is contained in:
Tim Duesterhus 2021-11-06 15:14:42 +01:00 committed by Willy Tarreau
parent 08d3220de5
commit 9c523f1042

View File

@ -31,7 +31,6 @@ struct ist i;
@@ @@
struct ist i; struct ist i;
expression e;
@@ @@
- i.ptr++; - i.ptr++;