Remove unused functions.

This commit is contained in:
Dianne Skoll
2024-12-24 15:05:15 -05:00
parent 34c513ba3b
commit c4aa21ff51
4 changed files with 0 additions and 60 deletions

View File

@@ -268,12 +268,6 @@ print_callstack_aux(FILE *fp, cs *entry)
}
}
int
have_callstack(void)
{
return (callstack != NULL);
}
int
print_callstack(FILE *fp)
{