Remove useless check of operation list
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 29 Oct 2022 04:28:14 +0000 (23:28 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 29 Oct 2022 04:28:14 +0000 (23:28 -0500)
commit18920d8a2735d4288ef9006331bea336755bfb99
tree8b9e05af65eb3762f91367d71386f66de83574be
parentde1ed613f8622ff34424b74d7400a121076e8e99
Remove useless check of operation list

The interpret_directive function either returns an operation list or
throws an exception, so testing the returned value is silly.  This code
had been carried over from previous refactoring when the return value of
read_directive_file was changed to an operation list; it had been a flag
nominally, but was actually a constant in read_directive_file.
gatekeeper.pl