mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
libudev: unused variable
This commit is contained in:
parent
c1edab7ad1
commit
ab430161ee
@ -94,7 +94,6 @@ _public_ void udev_set_userdata(struct udev *udev, void *userdata) {
|
||||
**/
|
||||
_public_ struct udev *udev_new(void) {
|
||||
struct udev *udev;
|
||||
_cleanup_fclose_ FILE *f = NULL;
|
||||
|
||||
udev = new0(struct udev, 1);
|
||||
if (!udev) {
|
||||
|
Loading…
Reference in New Issue
Block a user