unused variable

This commit is contained in:
Enno Rehling 2018-10-28 21:31:58 +01:00
parent be84c13a72
commit dce5f7857b
1 changed files with 0 additions and 2 deletions

View File

@ -25,11 +25,9 @@ void test_missing_message(CuTest *tc) {
void test_missing_feedback(CuTest *tc) {
message *msg;
struct locale *lang;
test_setup();
message_handle_missing(MESSAGE_MISSING_REPLACE);
lang = test_create_locale();
msg = msg_error(NULL, NULL, 77);
CuAssertPtrNotNull(tc, msg);
CuAssertPtrNotNull(tc, msg->type);