Skip to content

ref: Cleanup deprecated method buildLocalBranch and proto field

The feature flag simplify_find_local_branches_response has finished its rollout and this MR adds some missing cleanups.

  1. The method buildLocalBranch constructs FindLocalBranchResponse, which is required by FindLocalBranchesResponse and is no longer needed.
  2. The branches field is actually deprecated and no longer referenced anymore

Part of #1294 (closed) and #4452 (closed)

Merge request reports