diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2017-05-05 15:13:20 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2017-05-05 15:13:20 +0000 |
commit | dd3254bb00fe824e4070ba9a7b44afaa1a7480c0 (patch) | |
tree | f4fb8b51f519620f98e4eb906c0e0b2db5b1107c /scripts | |
parent | a27cb636f5ed496eed828779f796db0c0075ec83 (diff) |
scripts/buildtable: Comments-Summary is technically optional
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/buildtable.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/buildtable.pl b/scripts/buildtable.pl index 5589abb..979f5da 100755 --- a/scripts/buildtable.pl +++ b/scripts/buildtable.pl @@ -9,7 +9,6 @@ my %RequiredFields = ( BIP => undef, Title => undef, Author => undef, - 'Comments-Summary' => undef, 'Comments-URI' => undef, Status => undef, Type => undef, |