]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Drop win32-specific asprintf implementation (#1246) master
authorMichal Suchánek <msuchanek@suse.de>
Fri, 19 Jan 2024 13:02:05 +0000 (14:02 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Jan 2024 13:02:05 +0000 (14:02 +0100)
commitb39df920f0ff31a49460d9872006a2579ee4c7ed
treeac2ad534d1d90d4134e9d406021c65cf7d359baf
parente66ec714d322a627c73fd9e05765b9af4297c6c8
Drop win32-specific asprintf implementation (#1246)

asprintf is implemented by rrd_snprintf anyway, the win32-specific
implementation is redundant.

Same with the non-vasprintf conditional in rrd_info.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
12 files changed:
CHANGES
Makefile.am
src/rrd_info.c
src/rrd_list.c
src/rrd_snprintf.h
win32/Makefile.msc
win32/Makefile_vcpkg.msc
win32/asprintf.c [deleted file]
win32/asprintf.h [deleted file]
win32/librrd-8.vcxproj
win32/rrd_config.h
win32/vasprintf-msvc.c [deleted file]