diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-14 21:01:30 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-14 21:01:30 -0800 |
| commit | 9f93a88890d11f6441f33cff8110164c8ee0656a (patch) | |
| tree | da28ea5017ed81988ea5833def18a70a1c3fb4ba | |
| parent | 0a5eebdafa212c5671d4c960aa7b85df066de608 (diff) | |
Dead code
| -rw-r--r-- | viz.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -10,17 +10,6 @@ #include "viz.h" -/* -static size_t utf8_len(const char *s) -{ - size_t len = 0; - while (*s) { - len += (*s++ & 0xC0) != 0x80; - } - return len; -} -*/ - static int match_height(match_t *m) { int height = 0; |
