Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 2139c40

Browse files
committed
Remove useless OverLoad::B::SV
1 parent fa906c5 commit 2139c40

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ lib/B/C/OverLoad/B/PVOP.pm
5353
lib/B/C/OverLoad/B/REGEXP.pm
5454
lib/B/C/OverLoad/B/RV.pm
5555
lib/B/C/OverLoad/B/SPECIAL.pm
56-
lib/B/C/OverLoad/B/SV.pm
5756
lib/B/C/OverLoad/B/SVOP.pm
5857
lib/B/C/OverLoad/B/UNOP.pm
5958
lib/B/C/OverLoad/B/UNOP_AUX.pm

lib/B/C/OverLoad.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use B::C::OverLoad::B::OBJECT (); # nothing to save here
44
use B::C::OverLoad::B::PADLIST (); # uses B::AV::save logic
55
use B::C::OverLoad::B::PADNAMELIST (); # uses B::AV::save logic
66
use B::C::OverLoad::B::SPECIAL (); # nothing to do there: handle specialsv_name
7-
use B::C::OverLoad::B::SV (); # nothing to do there, generic fallback
87

98
BEGIN {
109
# needs to be loaded first: provide common helper for all OPs

lib/B/C/OverLoad/B/SV.pm

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)