diff options
author | Lioncash <mathew1800@gmail.com> | 2019-07-29 20:50:30 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-07-29 20:50:33 -0400 |
commit | a0ee10b114254c835cefb363a5cfe488dca62fc0 (patch) | |
tree | f507d4ede8c2ae7690abcfbc2a2beadcf9c7bba6 /src | |
parent | f601f25bcc76f54ac0fa983cd74141bb075468de (diff) |
yuzu-tester/yuzu: Remove unused variable
Gets rid of a compilation warning.
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu_tester/yuzu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_tester/yuzu.cpp b/src/yuzu_tester/yuzu.cpp index b589c3de3f..713d7770b4 100644 --- a/src/yuzu_tester/yuzu.cpp +++ b/src/yuzu_tester/yuzu.cpp @@ -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); |