Remove TODO item that is not going to happen
diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc
index 2eacb34..29f5e58 100644
--- a/src/hb-ot-shape.cc
+++ b/src/hb-ot-shape.cc
@@ -378,7 +378,6 @@
     post_mask = c->plan->numr_mask | c->plan->frac_mask;
   }
 
-  /* TODO look in pre/post context text also. */
   unsigned int count = buffer->len;
   hb_glyph_info_t *info = buffer->info;
   for (unsigned int i = 0; i < count; i++)