From c5f6df4d5b7686049a85a13fd4d94993eb75f8f6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 25 Oct 2007 14:34:09 +0000 Subject: [PATCH] (w32_get_resource): Remove unused variable `ok'. --- src/w32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/w32.c b/src/w32.c index 743eac99e7c..0b7006c8639 100644 --- a/src/w32.c +++ b/src/w32.c @@ -877,7 +877,6 @@ w32_get_resource (key, lpdwtype) LPBYTE lpvalue; HKEY hrootkey = NULL; DWORD cbData; - BOOL ok = FALSE; /* Check both the current user and the local machine to see if we have any resources. */ -- 2.39.2