summaryrefslogtreecommitdiffstats
path: root/cpu-defs.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-08-19 20:24:39 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-08-19 20:24:39 +0000
commit8e00128d325ad108289347d091a6b054dbfa8ec2 (patch)
tree8c1d7a3d5983871f60292eba42f523fd6e95b078 /cpu-defs.h
parent760e77eab53f5d92eb0c587e04fd942a905b46af (diff)
downloadhqemu-8e00128d325ad108289347d091a6b054dbfa8ec2.zip
hqemu-8e00128d325ad108289347d091a6b054dbfa8ec2.tar.gz
Remove useless NULL checks for qemu_malloc return value
Found with this Coccinelle semantic patch: @@ expression E; identifier ptr; identifier fn ~= "qemu_mallocz*"; @@ -ptr = fn(E); -if (ptr == NULL) { ... } - +ptr = fn(E); Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'cpu-defs.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud