소스 검색

There was a useless MPCTIO being created in online_main

Ian Goldberg 6 달 전
부모
커밋
2d6f9c71e3
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      online.cpp

+ 0 - 1
online.cpp

@@ -1571,7 +1571,6 @@ static void path(MPCIO &mpcio,
 
 void online_main(MPCIO &mpcio, const PRACOptions &opts, char **args)
 {
-    MPCTIO tio(mpcio, 0);
     if (!*args) {
         std::cerr << "Mode is required as the first argument when not preprocessing.\n";
         return;