From: atz Date: Fri, 10 Sep 2010 15:57:21 +0000 (+0000) Subject: Two files that should probably be deleted. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c8c81d8d7ded9cb0e9bee2ac73244b5489214fff;p=evergreen%2Fmasslnc.git Two files that should probably be deleted. git-svn-id: svn://svn.open-ils.org/ILS/trunk@17573 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm index 530eff79aa..9543fbf7c1 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Method.pm @@ -155,5 +155,7 @@ sub perform_method { return 1; } +# This module appears unfinshed and/or obsolete with many unconditional warns/dumps. +# File is not referenced elsewhere in the codebase. Candidate for deletion. 1; diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm b/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm index 9215064a66..77a2822061 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/Web.pm @@ -95,4 +95,8 @@ sub _process_template { } +# This module appears obsolete (probably superceded by EGWeb.pm +# The template files it references do not exist in the codebase. +# File is not referenced elsewhere in the codebase. Candidate for deletion. + 1;