Remove three seemingly unused functions:
commitab16b39a65993366af73075f2b4240eeb3ddca57
authorJay Krell <jaykrell@ntdev.microsoft.com>
Sat, 13 Apr 2019 09:21:40 +0000 (13 02:21 -0700)
committerLarry Ewing <lewing@microsoft.com>
Fri, 21 Jun 2019 20:46:24 +0000 (21 15:46 -0500)
tree52b6d15d9c10d300202943e2c4b2f65e73e52390
parent81f529689cce318ba8331a289d9aa62a65df3aea
Remove three seemingly unused functions:
  mono_aot_init_gshared_method_this
  mono_aot_init_gshared_method_mrgctx
  mono_aot_init_gshared_method_vtable

Update comments that refer to them, to refer to the renames.
 mini_llvm_init instead of mono_aot_init.

See 80bc0069e494db1a67480ed25db8f6f6ad9fc605 and 04d65f29866cc7cfdcfced9a04ec54b4d7e2637e.

I'm here because I broke something nearby in a work-in-progress PR
and the existance of these functions made me look into them.
mono/mini/aot-compiler.c
mono/mini/aot-runtime.c