Avoid shadowing variables.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6613 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-12-19 16:03:39 +00:00
parent c68ae8e91e
commit 38a46ddf94
6 changed files with 1920 additions and 1919 deletions

View File

@ -98,7 +98,6 @@ void TexDecoder_OpenCL_Initialize()
char *header = NULL;
size_t nDevices = 0;
cl_device_id *devices = NULL;
cl_program program = NULL;
size_t *binary_sizes = NULL;
char **binaries = NULL;
char filename[1024];