Remove various unused variables

Unused variables detected by mingw
This commit is contained in:
jp9000
2015-02-08 15:05:24 -08:00
parent f9d4a957c1
commit 0c1d121ff2
13 changed files with 10 additions and 28 deletions

View File

@@ -338,7 +338,6 @@ int os_glob(const char *pattern, int flags, os_glob_t **pglob)
HANDLE handle;
WIN32_FIND_DATA wfd;
int ret = -1;
os_glob_t *out = NULL;
wchar_t *w_path;
da_init(files);