Coccicheck: Remove memcpy to struct assignment test
authorPeter Senna Tschudin <peter.senna@gmail.com>
Tue, 18 Mar 2014 21:11:32 +0000 (22:11 +0100)
committerMichal Marek <mmarek@suse.cz>
Sat, 29 Mar 2014 20:35:09 +0000 (21:35 +0100)
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>

No differences found