mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-12 21:18:07 -05:00
yuzu-tester/yuzu: Remove unused variable
Gets rid of a compilation warning.
This commit is contained in:
@ -92,7 +92,6 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
int option_index = 0;
|
int option_index = 0;
|
||||||
|
|
||||||
char* endarg;
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
int argc_w;
|
int argc_w;
|
||||||
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);
|
auto argv_w = CommandLineToArgvW(GetCommandLineW(), &argc_w);
|
||||||
|
Reference in New Issue
Block a user