[libinline-java-perl] 36/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.55
in repository libinline-java-perl.
commit e8dd059c0d3eaba7d238c3c091f66d4cf574944a
Author: patrick <>
Date: Tue Mar 13 20:06:27 2001 +0000
*** empty log message ***
---
Java/Array.pm | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/Java/Array.pm b/Java/Array.pm
index b693f3b..e4aa558 100644
--- a/Java/Array.pm
+++ b/Java/Array.pm
@@ -499,16 +499,3 @@ sub DELETE {
croak "Operation DELETE not supported on Java array" ;
}
-# sub TIEARRAY { bless [], $_[0] }
-# sub FETCHSIZE { scalar @{$_[0]} }
-#sub STORESIZE { $#{$_[0]} = $_[1]-1 }
-#sub STORE { $_[0]->[$_[1]] = $_[2] }
-#sub FETCH { $_[0]->[$_[1]] }
-#sub CLEAR { @{$_[0]} = () }
-#sub POP { pop(@{$_[0]}) }
-#sub PUSH { my $o = shift; push(@$o, at _) }
-#sub SHIFT { shift(@{$_[0]}) }
-#sub UNSHIFT { my $o = shift; unshift(@$o, at _) }
-#sub EXISTS { exists $_[0]->[$_[1]] }
-#sub DELETE { delete $_[0]->[$_[1]] }
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list