Skip to content

Commit

Permalink
strip left-over pointer, pointed out by jnthn++
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Oct 23, 2013
1 parent ed14dc4 commit 35e64be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/config.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

MVMObject *MVM_backend_config(MVMThreadContext *tc) {
MVMObject *config = MVM_repr_alloc_init(tc, tc->instance->boot_types.BOOTHash);
MVMObject *array;
MVMROOT(tc, config, {
@backendconfig@
});
Expand Down

0 comments on commit 35e64be

Please sign in to comment.