소스 검색

yuzu-tester/yuzu: Remove unused variable

Gets rid of a compilation warning.
Lioncash 7 년 전
부모
커밋
a0ee10b114
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/yuzu_tester/yuzu.cpp

+ 0 - 1
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);