aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2007-10-25 14:34:09 +0000
committerJuanma Barranquero2007-10-25 14:34:09 +0000
commitc5f6df4d5b7686049a85a13fd4d94993eb75f8f6 (patch)
treee50fc724da9f50872184225f77adc4991d3b7e8d /src
parenta8d6819ab32b70c5ea71b22bde1601b99e646b4d (diff)
downloademacs-c5f6df4d5b7686049a85a13fd4d94993eb75f8f6.tar.gz
emacs-c5f6df4d5b7686049a85a13fd4d94993eb75f8f6.zip
(w32_get_resource): Remove unused variable `ok'.
Diffstat (limited to 'src')
-rw-r--r--src/w32.c1
1 files changed, 0 insertions, 1 deletions
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)
877 LPBYTE lpvalue; 877 LPBYTE lpvalue;
878 HKEY hrootkey = NULL; 878 HKEY hrootkey = NULL;
879 DWORD cbData; 879 DWORD cbData;
880 BOOL ok = FALSE;
881 880
882 /* Check both the current user and the local machine to see if 881 /* Check both the current user and the local machine to see if
883 we have any resources. */ 882 we have any resources. */