From 196bcf6f512026fde8772167c8359d878bbc1921 Mon Sep 17 00:00:00 2001 From: Takashi Kojo Date: Mon, 19 Jun 2017 21:27:42 +0900 Subject: [PATCH] remove unused velues --- tests/api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/api.c b/tests/api.c index 4c188f5f5..0177a83ad 100644 --- a/tests/api.c +++ b/tests/api.c @@ -10398,8 +10398,6 @@ static void test_wolfSSL_msgCb(void) #endif callback_functions client_cb; callback_functions server_cb; - int line = 0; - const char* file = NULL; printf(testingFmt, "test_wolfSSL_msgCb");