From b125070d51a8a21917d2f84faf2117fb684f9816 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Thu, 15 Jan 2004 22:20:57 +0000 Subject: [PATCH] remove unused variable 'commandlen' svn path=/trunk/; revision=7666 --- reactos/lib/shell32/shlexec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/lib/shell32/shlexec.c b/reactos/lib/shell32/shlexec.c index cbe70839a95..7284a70cc0c 100644 --- a/reactos/lib/shell32/shlexec.c +++ b/reactos/lib/shell32/shlexec.c @@ -511,7 +511,6 @@ UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation, WCHAR filetype[256]; /* registry name for this filetype */ LONG filetypelen = 256; /* length of above */ WCHAR command[256]; /* command from registry */ - LONG commandlen = 256; /* This is the most DOS can handle :) */ WCHAR wBuffer[256]; /* Used to GetProfileString */ UINT retval = 31; /* default - 'No association was found' */ WCHAR *tok; /* token pointer */