From: René Scharfe Date: Sat, 22 Nov 2008 23:19:09 +0000 (+0100) Subject: daemon: inline fill_in_extra_table_entries() X-Git-Tag: v1.6.1-rc1~10^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d433ed0bb49b947e3bb05d6474cf328c75ffa57d?hp=d433ed0bb49b947e3bb05d6474cf328c75ffa57d daemon: inline fill_in_extra_table_entries() Having fill_in_extra_table_entries() as a separate function has no advantage -- a function with no parameters and return values might as well be an anonymous block of code. Its name still refers to the table of interpolate() which has been removed earlier, so it's better to inline it at its only call site. Signed-off-by: Rene Scharfe Signed-off-by: Junio C Hamano ---