mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 04:47:53 +00:00
yuzu-tester/yuzu: Remove unused variable
Gets rid of a compilation warning.
This commit is contained in:
parent
f601f25bcc
commit
a0ee10b114
1 changed files with 0 additions and 1 deletions
|
@ -92,7 +92,6 @@ int main(int argc, char** argv) {
|
|||
|
||||
int option_index = 0;
|
||||
|
||||
char* endarg;
|
||||
#ifdef _WIN32
|
||||
int argc_w;
|
||||
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);
|
||||
|
|
Loading…
Reference in a new issue