diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2007-10-25 14:34:09 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2007-10-25 14:34:09 +0000 |
commit | c5f6df4d5b7686049a85a13fd4d94993eb75f8f6 (patch) | |
tree | e50fc724da9f50872184225f77adc4991d3b7e8d | |
parent | a8d6819ab32b70c5ea71b22bde1601b99e646b4d (diff) | |
download | emacs-c5f6df4d5b7686049a85a13fd4d94993eb75f8f6.tar.gz |
(w32_get_resource): Remove unused variable `ok'.
-rw-r--r-- | src/w32.c | 1 |
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) 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. */ |