]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config.c: drop local variable
authorStefan Beller <sbeller@google.com>
Wed, 27 Apr 2016 21:30:39 +0000 (14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Apr 2016 16:56:14 +0000 (09:56 -0700)
commit270cd9eaf459b94dee1836de9bf4382afebe1d7b
tree16154163ef8137ff4674bfbbaa009542e1ee7064
parent9c60d9faab43f73166d4cebb7c86b1bbf8d8df4b
config.c: drop local variable

As `ret` is not used for anything except determining an early return,
we don't need a variable for that. Drop it.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c