summaryrefslogtreecommitdiffstats
path: root/versification/v11nsys.pl
diff options
context:
space:
mode:
Diffstat (limited to 'versification/v11nsys.pl')
-rw-r--r--versification/v11nsys.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/versification/v11nsys.pl b/versification/v11nsys.pl
index 239aa35..0e9fbb8 100644
--- a/versification/v11nsys.pl
+++ b/versification/v11nsys.pl
@@ -4,10 +4,6 @@ sub cleanupLine {
# here we'll do some cleanup of our input, mostly to regularlize input
$ret = @_[0];
- $ret =~ s/1Kgdms/1Kgs/g;
- $ret =~ s/2Kgdms/2Kgs/g;
- $ret =~ s/3Kgdms/1Sam/g;
- $ret =~ s/4Kgdms/2Sam/g;
$ret =~ s/>Pss\./>Ps\//g;
return $ret;