test-catalog: drop unused variable

Follow-up for 49cdae63d1.
This commit is contained in:
Yu Watanabe 2018-09-15 01:58:50 +09:00
parent 72a4d9f96c
commit 3332004e28
1 changed files with 1 additions and 1 deletions

View 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");