From eb40996dca748b2c1e3d569cf904e8fe3fae07b7 Mon Sep 17 00:00:00 2001 From: Sean O'Rourke Date: Sun, 18 Oct 2009 12:13:25 -0700 Subject: [PATCH] deadwood --- lib/Sepia.pm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/Sepia.pm b/lib/Sepia.pm index 49a0f46..e6bb992 100644 --- a/lib/Sepia.pm +++ b/lib/Sepia.pm @@ -1236,14 +1236,6 @@ sub repl_reload } } -sub repl_full_reload -{ - my $res = full_reload shift; - for (keys %$res) { - print "$_\t$res->{$_}\n"; - } -} - ## Collects warnings for REPL my @warn; -- 2.11.4.GIT