Skip to content

Commit

Permalink
Revert main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinChangYang committed Sep 18, 2022
1 parent 003c688 commit 836cc97
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,8 @@ static int handleSubcommand(const string& subcommand, const vector<string>& args
return MainCmds::analysis(subArgs);
if(subcommand == "benchmark")
return MainCmds::benchmark(subArgs);
if(subcommand == "contribute") {
cout << "CoreML does not allow subcommand: " << subcommand << endl;
return 1;
}
if(subcommand == "contribute")
return MainCmds::contribute(subArgs);
if(subcommand == "evalsgf")
return MainCmds::evalsgf(subArgs);
else if(subcommand == "gatekeeper")
Expand Down

0 comments on commit 836cc97

Please sign in to comment.