projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
27c4ce7
)
Remove unused variable, spotted by Alex Hunsaker
Rafael Garcia-Suarez [Fri, 26 Feb 2010 10:26:45 +0000 (11:26 +0100)]
dist/Safe/Safe.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/Safe/Safe.pm
b/dist/Safe/Safe.pm
index
278568a
..
e0b7dca
100644
(file)
--- a/
dist/Safe/Safe.pm
+++ b/
dist/Safe/Safe.pm
@@
-360,7
+360,6
@@
sub _find_code_refs {
sub wrap_code_ref {
my ($obj, $sub) = @_;
- my $root = $obj->{Root};
# wrap code ref $sub with _safe_call_sv so that, when called, the
# execution will happen with the compartment fully 'in effect'.