Skip to content
Snippets Groups Projects
Commit 28dc2d34 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Deleted a call to the no-longer-existing function number_of_allocated_strings.

parent 1f9355e1
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,6 @@ main (int argc,
{
int i;
FILE *stat_file;
extern int number_of_allocated_strings(void); /* From s-string.c */
if (setlocale(LC_CTYPE, "iso_8859_1") == NULL)
{
......@@ -285,8 +284,6 @@ main (int argc,
dump_smalloc_counts(stat_file);
dump_alloc_counts(stat_file);
dump_cache_mem_usage(stat_file);
fprintf(stat_file, "---s-string.c:\n\tStrings: %d\n",
number_of_allocated_strings());
dump_string_alloc_counts(stat_file);
dump_allocated_connections(stat_file);
fclose (stat_file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment