elput: Remove unreachable code

As we are returning the evdev above, this block is unreachable so
remove it.

Fixes Coverity CID1382857

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-11-20 07:51:50 -05:00
parent 4b1952796a
commit 2e1806521e
1 changed files with 0 additions and 4 deletions

View File

@ -1735,10 +1735,6 @@ _evdev_device_create(Elput_Seat *seat, struct libinput_device *device)
}
return edev;
eina_stringshare_del(edev->output_name);
free(edev);
return NULL;
}
void