scripts/coccinelle/misc/memcpy-assign.cocci
deleted100644 → 0
+0
−103
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
The Coccinelle script scripts/coccinelle/misc/memcpy-assign.cocci look for opportunities to replace a call to memcpy by a struct assignment. This patch removes memcpy-assign.cocci as it is not clear that this convention has an impact on the generated code. Signed-off-by:Peter Senna Tschudin <peter.senna@gmail.com> Signed-off-by:
Michal Marek <mmarek@suse.cz>