Data symbols and functions that are only used within their translation
units are marked static; those that are not used across the whole sources
have been removed.
Also remove causes of -Wunused warnings.
---
apache2/acmp.c | 208 -----------------------------------------------
apache2/apache2.h | 6 --
apache2/apache2_util.c | 11 +---
apache2/mod_security2.c | 8 +--
apache2/modsecurity.h | 1 -
apache2/msc_geo.c | 15 +---
apache2/msc_geo.h | 2 -
apache2/msc_logging.c | 49 +-----------
apache2/msc_logging.h | 2 -
apache2/msc_pcre.c | 2 +-
apache2/msc_pcre.h | 2 -
apache2/msc_util.c | 19 +++--
apache2/msc_util.h | 11 ---
apache2/re.c | 42 ++++------
apache2/re.h | 26 +------
apache2/re_actions.c | 2 +
apache2/re_operators.c | 2 +-
apache2/re_variables.c | 2 +-
18 files changed, 42 insertions(+), 368 deletions(-)
|