From: Michael Brown Date: Fri, 29 Jul 2016 14:56:10 +0000 (+0100) Subject: [build] Remove more obsolete explicit object requirements X-Git-Tag: v1.20.1~367 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1090839b94bcfec75b87438f154071908108927b;p=thirdparty%2Fipxe.git [build] Remove more obsolete explicit object requirements Signed-off-by: Michael Brown --- diff --git a/src/hci/commands/image_trust_cmd.c b/src/hci/commands/image_trust_cmd.c index d9d37d1d6..b34378f93 100644 --- a/src/hci/commands/image_trust_cmd.c +++ b/src/hci/commands/image_trust_cmd.c @@ -172,9 +172,3 @@ struct command image_trust_commands[] __command = { .exec = imgverify_exec, }, }; - -/* Drag in objects via command list */ -REQUIRING_SYMBOL ( image_trust_commands ); - -/* Drag in objects typically required for signature verification */ -REQUIRE_OBJECT ( der );