mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-12 09:17:44 +03:00
coredumpctl: remove unused variable
This commit is contained in:
parent
2bb9a7a286
commit
de8f6e5463
@ -718,8 +718,7 @@ static int dump_core(sd_journal* j) {
|
||||
}
|
||||
|
||||
static int run_gdb(sd_journal *j) {
|
||||
|
||||
_cleanup_free_ char *exe = NULL, *coredump = NULL, *path = NULL;
|
||||
_cleanup_free_ char *exe = NULL, *path = NULL;
|
||||
bool unlink_path = false;
|
||||
const char *data;
|
||||
siginfo_t st;
|
||||
|
Loading…
Reference in New Issue
Block a user