Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 committed Oct 29, 2023
1 parent b70ec9d commit 4fb4895
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/engine/api/count_bestpath.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class CountBestpathResponse implements ResponseSchema<CountBestpathRequest> {
final CountBestpathRequest request;
final String rootMove;

/// NOTE:
/// The color of the position in this result is the opposite of that in the request.
/// It's due to executeCountBestpath algorism and book/position structure.
final CountBestpathResult countBestpathResult;
}

Expand Down

0 comments on commit 4fb4895

Please sign in to comment.