aboutsummaryrefslogtreecommitdiff
path: root/include/str.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-06-07 02:00:13 -0400
committerGitHub <noreply@github.com>2020-06-07 02:00:13 -0400
commita9163234b166945a6d62efedf35940455ef6e138 (patch)
treef3a0874ce443e19df9ce5988dd1afcbf97242e33 /include/str.h
parentbd83a3adb8cf3455f6515a6527f2d1293dd08ca1 (diff)
parent67c0eb41848eee453cbc0b1ba480167462270dfe (diff)
downloadspmc-a9163234b166945a6d62efedf35940455ef6e138.tar.gz
Merge pull request #43 from jhunkeler/dead-code
Dead code
Diffstat (limited to 'include/str.h')
-rw-r--r--include/str.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/str.h b/include/str.h
index ae54997..5a94bd0 100644
--- a/include/str.h
+++ b/include/str.h
@@ -22,7 +22,6 @@ char *join(char **arr, const char *separator);
char *join_ex(char *separator, ...);
char *substring_between(char *sptr, const char *delims);
void strsort(char **arr, unsigned int sort_mode);
-int find_in_file(const char *filename, const char *pattern);
int isrelational(char ch);
void print_banner(const char *s, int len);
char *strstr_array(char **arr, const char *str);