Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Smith authored and Arthur Axel 'fREW' Schmidt committed Nov 14, 2013
1 parent ec0c395 commit b71a48a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Revision history for Perl extension CGI::Application::Plugin::Session.

- Fix hash randomization bug tickled by perl 5.18
(Arthur Axel 'fREW' Schmidt)
- Delete some dead code (RT#46587, Nate Smith)

1.03

Expand Down
1 change: 0 additions & 1 deletion lib/CGI/Application/Plugin/Session.pm
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ sub session_config {
die "Calling session_config after the session has already been created" if (defined $self->{__CAP__SESSION_OBJ});
my $props;
if (ref($_[0]) eq 'HASH') {
my $rthash = %{$_[0]};
$props = $self->_cap_hash($_[0]);
} else {
$props = $self->_cap_hash({ @_ });
Expand Down

0 comments on commit b71a48a

Please sign in to comment.