projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7677097
)
Remove an unused variable
gfx [Sat, 31 Oct 2009 04:50:26 +0000 (13:50 +0900)]
xs-src/MouseAccessor.xs
patch
|
blob
|
blame
|
history
diff --git
a/xs-src/MouseAccessor.xs
b/xs-src/MouseAccessor.xs
index
234e395
..
ea08648
100644
(file)
--- 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)));
}