From 8285b131c61b2edc9eb7f9cfef2aaafe0188c178 Mon Sep 17 00:00:00 2001 From: nick black Date: Sat, 2 Jan 2021 18:01:17 -0500 Subject: [PATCH] cell_duplicate_far: drop obsolete FIXME --- src/lib/internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/internal.h b/src/lib/internal.h index dac2f1876..aefafc012 100644 --- a/src/lib/internal.h +++ b/src/lib/internal.h @@ -673,8 +673,6 @@ cell_duplicate_far(egcpool* tpool, nccell* targ, const ncplane* splane, const nc return 0; } const char* egc = cell_extended_gcluster(splane, c); - // FIXME we could eliminate this strlen() with a cell_extended_gcluster_len() - // that returned the length, combined with O(1) length for inlined EGCs... size_t ulen = strlen(egc); int eoffset = egcpool_stash(tpool, egc, ulen); if(eoffset < 0){