cell_duplicate_far: drop obsolete FIXME

This commit is contained in:
nick black 2021-01-02 18:01:17 -05:00
parent e5fd6a832a
commit 8285b131c6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -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){