Skip to content

Commit

Permalink
Remove old hacks for wb vtables
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Feb 7, 2011
1 parent f2d574b commit ae60ed4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions src/pmc/default.pmc
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,6 @@ check_set_std_props(PARROT_INTERP, ARGMOD(PMC *pmc), ARGIN(const STRING *key), A
{
ASSERT_ARGS(check_set_std_props)

// FIXME FIXME FIXME
/* We have to figure out all variants of vtables transitions */
/* between normal, ro and wb variants */
return 0;

/*
* s2 in STRING_equal is freed here
*/
Expand Down
3 changes: 0 additions & 3 deletions src/vtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ Parrot_vtbl_destroy_vtable(PARROT_INTERP, ARGFREE_NOTNULL(VTABLE *vtable))
/* We sometimes get a type number allocated without any corresponding
* vtable. E.g. if you load perl_group, perlscalar is this way. */

// FIXME!
return;

if (vtable->ro_variant_vtable) {
VTABLE * const ro_vtable = vtable->ro_variant_vtable;

Expand Down

0 comments on commit ae60ed4

Please sign in to comment.