]> git.lizzy.rs Git - nothing.git/blobdiff - src/str.h
(#108) remove dead code
[nothing.git] / src / str.h
index f85a2fc97c89bb6c4ba165092c3d2e6e21c18fc5..b780bc220c12dc503de718f4234a10a53e2decf9 100644 (file)
--- a/src/str.h
+++ b/src/str.h
@@ -10,6 +10,4 @@ char *string_append(char *prefix,
                     const char *suffix);
 char *trim_endline(char *s);
 
-char *read_lines(FILE *file, size_t n);
-
 #endif  // STR_H_