aboutsummaryrefslogtreecommitdiff
path: root/os-posix.c
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2010-08-19 20:24:43 +0000
committerBlue Swirl <blauwirbel@gmail.com>2010-08-19 20:24:43 +0000
commitf143efa60c44c65c22aeeb04217f3501e3d04b22 (patch)
tree5079c2aecb3f6d729a0bfc510309bf9ba9c28be6 /os-posix.c
parent8e00128d325ad108289347d091a6b054dbfa8ec2 (diff)
Remove useless NULL check for qemu_strdup return value
Found with this Coccinelle semantic patch: @@ expression E; identifier ptr; identifier fn ~= "qemu_strn?dup"; @@ -ptr = fn(E); -if (ptr == NULL) { ... } - +ptr = fn(E); Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'os-posix.c')
0 files changed, 0 insertions, 0 deletions