From: Thomas Hindoe Paaboel Andersen Date: Thu, 26 Jun 2014 21:16:24 +0000 (+0200) Subject: coredumpctl: remove unused variable X-Git-Tag: v215~158 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=de8f6e546315fd9d016ff51a52100a669261ba43;hp=2bb9a7a2864cf8e0703ec207c6dcf0fb7fe50275;p=elogind.git coredumpctl: remove unused variable --- diff --git a/src/journal/coredumpctl.c b/src/journal/coredumpctl.c index ce6159d62..5a6c89707 100644 --- a/src/journal/coredumpctl.c +++ b/src/journal/coredumpctl.c @@ -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;