We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5290c16 commit 41efdcdCopy full SHA for 41efdcd
1 file changed
sw/device/tests/crypto/otcrypto_export_size.c
@@ -4,11 +4,5 @@
4
5
#include "sw/device/tests/crypto/otcrypto_interface.h"
6
7
-// Only here for coverage reporting.
8
-// Satisfy bare_metal_start.S so the linker doesn't crash.
9
-// These don't need to actually initialize RAM.
10
-void crt_section_copy(void) {}
11
-void crt_section_clear(void) {}
12
-
13
// Simple main function so the linker doesn't discard the inerface struct.
14
void bare_metal_main(void) { (void)otcrypto; }
0 commit comments