Browse code

Removed exported but unused symbols from .map files due to complaints by the compiler on Solaris 11, gcc 7.

Micah Snyder authored on 2019/07/15 00:38:55
Showing 1 changed files
... ...
@@ -62,8 +62,8 @@ CLAMAV_PUBLIC {
62 62
 };
63 63
 CLAMAV_PRIVATE {
64 64
   global:
65
-    cli_sigperf_print; 
66
-    cli_sigperf_events_destroy; 
65
+    cli_sigperf_print;
66
+    cli_sigperf_events_destroy;
67 67
     cli_pcre_perf_print;
68 68
     cli_pcre_perf_events_destroy;
69 69
     cli_pcre_init;
... ...
@@ -115,8 +115,6 @@ CLAMAV_PRIVATE {
115 115
     cli_malloc;
116 116
     cli_memstr;
117 117
     cli_strdup;
118
-    cli_strndup;
119
-    cli_strnstr;
120 118
     cli_realloc;
121 119
     cli_ctime;
122 120
     tableCreate;