From: Andre Noll Date: Thu, 25 Aug 2022 14:33:29 +0000 (+0200) Subject: Open-code find_arg(). X-Git-Tag: v0.7.2~24 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=a0707daa23f8706326aa837f969c20d3e4ee02aa;hp=a0707daa23f8706326aa837f969c20d3e4ee02aa;p=paraslash.git Open-code find_arg(). There is only one caller in client_common.c, so open-code the logic there and get rid of the public function and the unused error code. ---