]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-catalog: drop unused variable 10089/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Sep 2018 16:58:50 +0000 (01:58 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Sep 2018 16:59:14 +0000 (01:59 +0900)
Follow-up for 49cdae63d168b2fe0e19f9f090b90d79de3c39bb.

src/journal/test-catalog.c

index d9ee557b9c4a036b8f13190605d4cd06871d5e1d..ea1e2a8cd969f960000c618be2ff62cee51b722e 100644 (file)
@@ -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");