From: gfx Date: Tue, 1 Sep 2009 03:33:35 +0000 (+0900) Subject: Cleanup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0f86419ac9a26d881347b99356fd221f5f51cc68;p=gitmo%2FClass-MOP.git Cleanup --- diff --git a/xs/MethodAccessor.xs b/xs/MethodAccessor.xs index c75dbc6..ee51363 100644 --- a/xs/MethodAccessor.xs +++ b/xs/MethodAccessor.xs @@ -1,18 +1,7 @@ #include "mop.h" -static MGVTBL mop_accessor_vtbl = { /* the MAGIC identity */ - NULL, /* get */ - NULL, /* set */ - NULL, /* len */ - NULL, /* clear */ - NULL, /* free */ - NULL, /* copy */ - NULL, /* dup */ -#ifdef MGf_LOCAL - NULL, /* local */ -#endif -}; +static MGVTBL mop_accessor_vtbl; MAGIC*