Bug 13506: Remove unused Sip/Configuration Classes
commit5568f55a6ca4a0190c89f26d2bd8b2640115ec46
authorColin Campbell <colin.campbell@ptfs-europe.com>
Fri, 2 Jan 2015 09:58:55 +0000 (2 09:58 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 20 Feb 2015 14:54:36 +0000 (20 11:54 -0300)
tree784548dfd3ff839614ade7f1136a82623e006a47
parentc29a53ea20d668f135c62abbc7dda1bf282be8f0
Bug 13506: Remove unused Sip/Configuration Classes

Sip::Configuration calls new on Account, Institution and Service
classes but does not store or subsequently use the returned objects
( which immediately go out of scope ). Their existence just obscures
the code and misleads the reader. Remobe them

Removed redundant commented out code from Configyration module which
was not serving any useful purpose

Ran Configuration.pm through perltidy to make layout more
consistent

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/SIP/Sip/Configuration.pm
C4/SIP/Sip/Configuration/Account.pm [deleted file]
C4/SIP/Sip/Configuration/Institution.pm [deleted file]
C4/SIP/Sip/Configuration/Service.pm [deleted file]