1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(w32_get_resource): Remove unused variable `ok'.

This commit is contained in:
Juanma Barranquero 2007-10-25 14:29:25 +00:00
parent 557f46f04b
commit 66199f7452
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2007-10-25 Juanma Barranquero <lekktu@gmail.com>
* w32.c (init_environment): Fix tiny memory leak.
(w32_get_resource): Remove unused variable `ok'.
2007-10-25 Stefan Monnier <monnier@iro.umontreal.ca>

View File

@ -914,7 +914,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. */