Skip to content

Commit 3aad9d8

Browse files
committed
Remove unused function declarations
1 parent 94528c3 commit 3aad9d8

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

tst_output.c

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,6 @@
1616
#include "mpi_test_suite.h"
1717

1818

19-
20-
/* Function to replace substrings in a string
21-
*
22-
* Parameters:
23-
* char * search string to search for
24-
* char * replace replacement for searchstring
25-
* char * string pointer on string to search through
26-
* char * result[] place to store pointer of the result string
27-
*
28-
* Results:
29-
* Success: number of replacements
30-
*/
31-
static int tst_output_str_replace(char *search, char *replace, char *string, char **result);
32-
33-
34-
/* Function to mask special chars for latex in a string
35-
*
36-
* Parameters:
37-
* char * string string to escape
38-
* char * result[] place to store pointer of the result string
39-
* Result:
40-
* Success: Number of replacements
41-
* Fail: -1
42-
*/
43-
static int tst_output_latex_special_chars(char *string, char **result);
44-
45-
4619
/****************************************************************************/
4720
/** **/
4821
/** GLOBAL VARIABLES **/

0 commit comments

Comments
 (0)