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

@@ -295,9 +295,6 @@ static inline bool walk_stack(struct exception_handler_data *data,
data->process, thread, &trace->frame, &trace->context,
NULL, data->sym_function_table_access64,
data->sym_get_module_base64, NULL);
int last_error = GetLastError();
if (!success)
return false;