]> code.delx.au - gnu-emacs/commitdiff
(w32_get_resource): Remove unused variable `ok'.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Oct 2007 14:34:09 +0000 (14:34 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 25 Oct 2007 14:34:09 +0000 (14:34 +0000)
src/w32.c

index 743eac99e7ce0a73239ef67a8d5c95a94470b529..0b7006c86397bb62e0ca78015a6dcf7bb37a6c0f 100644 (file)
--- 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.  */