Allow tile parsing with ANS.

Verified manually in a 1920x1080 4x2 tile configuration.

Change-Id: I08fe15d4354d3a9393a6ccbce9d9ecba41222ac7
diff --git a/av1/decoder/decodeframe.c b/av1/decoder/decodeframe.c
index 1bcab7e..c155963 100644
--- a/av1/decoder/decodeframe.c
+++ b/av1/decoder/decodeframe.c
@@ -3467,11 +3467,6 @@
 
   assert(tile_cols * tile_rows > 1);
 
-#if CONFIG_ANS
-  // TODO(any): This might just work now. Needs to be tested.
-  abort();  // FIXME: Tile parsing broken
-#endif      // CONFIG_ANS
-
   // TODO(jzern): See if we can remove the restriction of passing in max
   // threads to the decoder.
   if (pbi->num_tile_workers == 0) {