On Fri, Sep 7, 2018 at 4:37 PM Bernhard Reutner-Fischer < rep.dot....@gmail.com> wrote:
> Janne, > > On Mon, 27 Nov 2017 at 20:57, Thomas Koenig <tkoe...@netcologne.de> wrote: > > > > Hi Janne, > > > > > PING > > > > Looks good for trunk. Thanks! > > AFAICS this removed the last user of > > static void > init_unsigned_integer > > which manifests itself as > ../../../../../src/gcc-9.0.mine/libgfortran/runtime/environ.c:104:1: > warning: ‘init_unsigned_integer’ defined but not used > [-Wunused-function] > 104 | init_unsigned_integer (variable * v) > | ^~~~~~~~~~~~~~~~~~~~~ > > and hence should be removed. > > thanks, > Thanks for noticing! Committed r264163 as obvious. Commit msg below: Remove unused init_unsigned_integer function. As pointed out by Bernhard Reutner-Fischer, this function is unused since the fix for PR 53796 in November 2017. 2018-09-07 Janne Blomqvist <j...@gcc.gnu.org> * runtime/environ.c (init_unsigned_integer): Remove. -- Janne Blomqvist