Remove an obsolete comment.
authorZoltan Varga <vargaz@gmail.com>
Wed, 29 Jul 2015 22:29:24 +0000 (18:29 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 29 Jul 2015 22:29:24 +0000 (18:29 -0400)
mono/mini/aot-runtime.c

index a8a20432082a2a2f61ff3f58125d89d0eb431884..a98c07054c047a18bdabb4b27cbb406ee0ec54d3 100644 (file)
@@ -2422,7 +2422,6 @@ compute_llvm_code_range (MonoAotModule *amodule, guint8 **code_start, guint8 **c
        table = (gint32*)p;
 
        if (fde_count > 1) {
-               /* mono_aot_personality () */
                *code_start = amodule->methods [table [0]];
                *code_end = (guint8*)amodule->methods [table [(fde_count - 1) * 2]] + table [fde_count * 2];
        } else {