Hi all, I have just bumped into $subject, which makes no sense now as this is an init-time option. Any objections if I remove this code as per the attached?
Thanks, -- Michael
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm index 33ba15c15e..cbe019e524 100644 --- a/src/tools/msvc/Solution.pm +++ b/src/tools/msvc/Solution.pm @@ -55,10 +55,6 @@ sub _new die "Bad wal_blocksize $options->{wal_blocksize}" unless grep { $_ == $options->{wal_blocksize} } (1, 2, 4, 8, 16, 32, 64); - $options->{wal_segsize} = 16 - unless $options->{wal_segsize}; # undef or 0 means default - die "Bad wal_segsize $options->{wal_segsize}" - unless grep { $_ == $options->{wal_segsize} } (1, 2, 4, 8, 16, 32, 64); return $self; }
signature.asc
Description: PGP signature