mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
treewide: remove unused variables
This commit is contained in:
@@ -1551,7 +1551,6 @@ static int image_exists(sd_bus *bus, const char *name) {
|
||||
}
|
||||
|
||||
static int make_service_name(const char *name, char **ret) {
|
||||
_cleanup_free_ char *e = NULL;
|
||||
int r;
|
||||
|
||||
assert(name);
|
||||
|
||||
@@ -3125,7 +3125,6 @@ static int setup_uid_map(pid_t pid) {
|
||||
}
|
||||
|
||||
static int nspawn_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
|
||||
_cleanup_fdset_free_ FDSet *fds = NULL;
|
||||
char buf[NOTIFY_BUFFER_MAX+1];
|
||||
char *p = NULL;
|
||||
struct iovec iovec = {
|
||||
|
||||
@@ -5606,7 +5606,7 @@ static int mangle_names(char **original_names, char ***mangled_names) {
|
||||
}
|
||||
|
||||
static int unit_exists(const char *unit) {
|
||||
_cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL, *m = NULL;
|
||||
_cleanup_(sd_bus_message_unrefp) sd_bus_message *reply = NULL;
|
||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||
_cleanup_free_ char *path = NULL;
|
||||
static const struct bus_properties_map property_map[] = {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
static void test_get_process_comm(pid_t pid) {
|
||||
struct stat st;
|
||||
_cleanup_free_ char *a = NULL, *c = NULL, *d = NULL, *f = NULL, *i = NULL, *cwd = NULL, *root = NULL;
|
||||
_cleanup_free_ char *a = NULL, *c = NULL, *d = NULL, *f = NULL, *i = NULL;
|
||||
_cleanup_free_ char *env = NULL;
|
||||
char path[strlen("/proc//comm") + DECIMAL_STR_MAX(pid_t)];
|
||||
pid_t e;
|
||||
|
||||
Reference in New Issue
Block a user