From: Yu Watanabe Date: Fri, 14 Sep 2018 16:58:50 +0000 (+0900) Subject: test-catalog: drop unused variable X-Git-Tag: v240~723^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10089%2Fhead;p=thirdparty%2Fsystemd.git test-catalog: drop unused variable Follow-up for 49cdae63d168b2fe0e19f9f090b90d79de3c39bb. --- diff --git a/src/journal/test-catalog.c b/src/journal/test-catalog.c index d9ee557b9c4..ea1e2a8cd96 100644 --- a/src/journal/test-catalog.c +++ b/src/journal/test-catalog.c @@ -201,7 +201,7 @@ static void test_catalog_file_lang(void) { int main(int argc, char *argv[]) { _cleanup_(unlink_tempfilep) char database[] = "/tmp/test-catalog.XXXXXX"; - _cleanup_free_ char *text = NULL, *catalog_dir = NULL; + _cleanup_free_ char *text = NULL; int r; setlocale(LC_ALL, "de_DE.UTF-8");