commit 358185d23feafb4592044da84851a690c77b0dcb parent 0d25d53182e9b1e8868de2653d76967ca8360a04 Author: dwrz <dwrz@dwrz.net> Date: Thu, 7 Mar 2019 00:06:23 +0000 Remove unused declaration from c/isogram header Diffstat:
M | c/isogram/src/isogram.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/c/isogram/src/isogram.h b/c/isogram/src/isogram.h @@ -3,7 +3,6 @@ #include <stdbool.h> -int length(const char string[]); bool is_isogram(const char phrase[]); #endif