Skip to content

Commit

Permalink
Coccicheck: Remove memcpy to struct assignment test
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Senna Tschudin authored and Michal Marek committed Mar 29, 2014
1 parent ae63b2d commit 0a830da
Showing 1 changed file with 0 additions and 103 deletions.
103 changes: 0 additions & 103 deletions scripts/coccinelle/misc/memcpy-assign.cocci

This file was deleted.

0 comments on commit 0a830da

Please sign in to comment.