1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 20:25:25 +03:00

coredumpctl: remove unused variable

This commit is contained in:
Thomas Hindoe Paaboel Andersen 2014-06-26 23:16:24 +02:00
parent 2bb9a7a286
commit de8f6e5463

View File

@ -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;