From 5cef60a3e426eb22ba4793c483f29ba4a59a5770 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Sun, 21 Aug 2022 16:51:17 -0500 Subject: [PATCH] Clear unused var warning --- modules/libcom/test/epicsStringTest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/libcom/test/epicsStringTest.c b/modules/libcom/test/epicsStringTest.c index 8cd67ee81..a1c2874fb 100644 --- a/modules/libcom/test/epicsStringTest.c +++ b/modules/libcom/test/epicsStringTest.c @@ -152,7 +152,6 @@ void testTok(const char *inp, char *allocSave = !save ? NULL : strdup(save); char *actualSave = allocSave; char *actualTok; - int ok; if((!inp || scratch) && (!save || allocSave)) {