summaryrefslogtreecommitdiffstats
path: root/src/hci/commands/image_trust_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/commands/image_trust_cmd.c')
-rw-r--r--src/hci/commands/image_trust_cmd.c6
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 d9d37d1d..b34378f9 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 );