From 99508249190e7e163c97b5ebb8ba73ee416718dc Mon Sep 17 00:00:00 2001 From: Mohd Bilal Date: Mon, 7 Oct 2024 11:32:27 +0530 Subject: [PATCH] remove unused entry pointer --- test/function/entry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/function/entry.cpp b/test/function/entry.cpp index 04213677..f6755b66 100644 --- a/test/function/entry.cpp +++ b/test/function/entry.cpp @@ -1868,7 +1868,6 @@ namespace { TEST(NewEntryTest, MallocFailureAfterCacheFill) { struct stumpless_entry *entries[2000]; - struct stumpless_entry *entry; size_t i,j; const char *app_name = "test-app-name"; const char *msgid = "test-msgid";