]> Savannah Git Hosting - gnulib.git/commit
nstrftime: omit never-used code
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Jun 2024 22:48:24 +0000 (15:48 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 16 Jun 2024 23:38:21 +0000 (16:38 -0700)
commit7713fcd1c3c9f6522fdf4374a16730d40a6bb60e
tree039e2f24b32a1408027b6cceb340d14a0a033e93
parentacb87f5090820b3a856456b9707b940aaea85d2b
nstrftime: omit never-used code

* lib/strftime.c (__strftime_internal): Remove code protected by
‘#ifndef my_strftime’.  my_strftime is always defined.  This
code isn’t needed for POSIX conformance as it’s never used in glibc.
ChangeLog
lib/strftime.c