From: gfx Date: Sat, 31 Oct 2009 04:50:26 +0000 (+0900) Subject: Remove an unused variable X-Git-Tag: 0.40_04~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=9848c34b3a1447a0992420dd7bed5c3ee8c546f5 Remove an unused variable --- diff --git a/xs-src/MouseAccessor.xs b/xs-src/MouseAccessor.xs index 234e395..ea08648 100644 --- a/xs-src/MouseAccessor.xs +++ b/xs-src/MouseAccessor.xs @@ -52,8 +52,6 @@ static MGVTBL mouse_accessor_vtbl; /* MAGIC identity */ SV* mouse_accessor_get_self(pTHX_ I32 const ax, I32 const items, CV* const cv) { - SV* self; - if(items < 1){ croak("Too few arguments for %s", GvNAME(CvGV(cv))); }