changeset 534:52df4ce8e822

Remove unused variable.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 28 Dec 2019 13:32:56 +0200
parents ef0d732fabe0
children ab23d3b3e749
files tests.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests.c	Sat Dec 28 13:31:19 2019 +0200
+++ b/tests.c	Sat Dec 28 13:32:56 2019 +0200
@@ -778,7 +778,6 @@
     //
     if (test_set_start("String functions"))
     {
-        char *tmpStr;
         unsigned int tmpUint;
 
         TEST1(th_get_hex_triplet("0fac11", &tmpUint) == TRUE);