cell_duplicate_far: drop obsolete FIXME

pull/1279/head
nick black 4 years ago
parent e5fd6a832a
commit 8285b131c6
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save