diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-07-29 15:56:10 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-07-29 15:56:10 +0100 |
commit | 1090839b94bcfec75b87438f154071908108927b (patch) | |
tree | d3679a7820d0a0c254ba0a59b5eda920a1d35c9c /src/hci | |
parent | 942b798c8d143042fc17c7fadea528fee5cbebc2 (diff) | |
download | ipxe-1090839b94bcfec75b87438f154071908108927b.tar.gz |
[build] Remove more obsolete explicit object requirements
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci')
-rw-r--r-- | src/hci/commands/image_trust_cmd.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 ); |