From cfb27362b1ea38bf6e40b0b825a227b9f593e57d Mon Sep 17 00:00:00 2001 From: Daichi GOTO Date: Thu, 26 Jul 2018 13:53:22 +0000 Subject: [PATCH] top(1): forgot in r336160 Approved by: gnn (mentor) Differential Revision: https://reviews.freebsd.org/D16452 --- usr.bin/top/utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.bin/top/utils.h b/usr.bin/top/utils.h index 6ced58505864..106e1da08963 100644 --- a/usr.bin/top/utils.h +++ b/usr.bin/top/utils.h @@ -22,5 +22,4 @@ const char *format_time(long); char *format_k(int64_t); int string_index(const char *string, const char * const *array); int find_pid(pid_t pid); -int utf8strvisx(char *, const char *, size_t);