chiark / gitweb /
Bring bootchart code in line with CODING_STYLE
[elogind.git] / src / udev / udev-builtin-uaccess.c
index 354ee08f28bd262911d321bf25ef756989621a5b..ddb015744f2afb0ee1ca85b3cb219192124fbaca 100644 (file)
@@ -41,10 +41,6 @@ static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool
         bool changed_acl = false;
         uid_t uid;
 
-        log_set_target(LOG_TARGET_AUTO);
-        log_parse_environment();
-        log_open();
-
         umask(0022);
 
         /* don't muck around with ACLs when the system is not running systemd */