mbox series

[0/2] remove unnecessary if statement

Message ID 20250420025501.183290-1-usmanakinyemi202@gmail.com (mailing list archive)
Headers show
Series remove unnecessary if statement | expand

Message

Usman Akinyemi April 20, 2025, 2:54 a.m. UTC
Since we already teach the `repo_config()` in "f29f1990b5
(config: teach repo_config to allow `repo` to be NULL, 2025-03-08)"
to allow `repo` to be NULL, no need to check if `repo` is NULL
before calling `repo_config()`.

This was suggested by Patrick Steinhardt <ps@pks.im>

Usman Akinyemi (2):
  builtin/add: remove unnecessary if statement
  builtin/difftool: remove unnecessary if statement

 builtin/add.c      | 3 +--
 builtin/difftool.c | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)