From: Alex Rousskov Date: Wed, 7 Aug 2024 03:12:30 +0000 (+0000) Subject: Maintenance: Remove unused SNPRINTFSOURCE variable (#1878) X-Git-Tag: SQUID_6_11~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0c50e07d3d19c1c535c83f306759425b875235;p=thirdparty%2Fsquid.git Maintenance: Remove unused SNPRINTFSOURCE variable (#1878) This Makefile.am variable became unused in 2007 commit d2eebe0f. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index 2b8bb78fbb..727f86ece3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -63,7 +63,6 @@ libmisccontainers_la_SOURCES = \ hash.cc libmiscutil_la_SOURCES = \ - $(SNPRINTFSOURCE) \ Splay.cc \ getfullhostname.c \ heap.c \