summaryrefslogtreecommitdiff
path: root/scripts/buildtable.pl
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-11-29 04:00:24 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2016-11-29 04:00:50 +0000
commitc834fde23b11b61cefe0b97a53f198f2d9cffbdc (patch)
treea009d1827aefa5511c6505f082b26144b56bdedf /scripts/buildtable.pl
parent2bd92edce1bbc365dcdb18f82bec93b371a552d2 (diff)
downloadbips-c834fde23b11b61cefe0b97a53f198f2d9cffbdc.tar.xz
BIP 123: Clarify how used with non-Standards BIPs, and update list
Diffstat (limited to 'scripts/buildtable.pl')
-rwxr-xr-xscripts/buildtable.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl
index f0e43d2..d8f52f2 100755
--- a/scripts/buildtable.pl
+++ b/scripts/buildtable.pl
@@ -31,9 +31,6 @@ my %MiscField = (
'Resolution' => undef,
);
-my %ValidLayer = (
- Process => undef,
-);
my %ValidStatus = (
Draft => undef,
Deferred => undef,
@@ -106,8 +103,6 @@ while (++$bipnum <= $topbip) {
} else {
$type = $val;
}
- } elsif ($field eq 'Layer') { # BIP 123
- die "Invalid layer $val in $fn" unless exists $ValidLayer{$val};
} elsif (exists $DateField{$field}) {
die "Invalid date format in $fn" unless $val =~ /^20\d{2}\-(?:0\d|1[012])\-(?:[012]\d|30|31)$/;
} elsif (exists $EmailField{$field}) {