Fix compilation on main (#40428)

Cole Miller created

Updates #40420 

Release Notes:

- N/A

Change summary

crates/gpui/src/platform/mac/text_system.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/gpui/src/platform/mac/text_system.rs 🔗

@@ -450,7 +450,6 @@ impl MacTextSystemState {
                 // to prevent core text from forming ligatures between them
                 let needs_zwnj = last_font_run.replace(run.font_id) == Some(run.font_id);
 
-                let n_zwnjs = self.zwnjs_scratch_space.len(); // from previous loop
                 let utf16_start = string.char_len(); // insert at end of string
                 ix_converter.advance_to_utf8_ix(ix_converter.utf8_ix + run.len);