From: Juanma Barranquero Date: Thu, 25 Oct 2007 14:34:09 +0000 (+0000) Subject: (w32_get_resource): Remove unused variable `ok'. X-Git-Tag: emacs-pretest-22.1.90~505 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5f6df4d5b7686049a85a13fd4d94993eb75f8f6;p=emacs.git (w32_get_resource): Remove unused variable `ok'. --- 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. */