← Watch feed
fix(core/prodtest): remove unused include in backup ram
What changed, and why it matters
This commit removes one unused header file include from a production-test source file. It is a routine code cleanup with no functional change and no security relevance.
Recommended action
No action required. This is a benign cleanup commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes #include <io/power_manager.h> from core/embed/projects/prodtest/cmd/prodtest_backup_ram.c. The file still compiles, indicating the include was unused. There are no code logic changes, no bug fixes, and no security-sensitive modifications.
Changed components
core/embed/projects/prodtest/cmd/prodtest_backup_ram.cInspect captured patch +0 / −1
diff --git a/core/embed/projects/prodtest/cmd/prodtest_backup_ram.c b/core/embed/projects/prodtest/cmd/prodtest_backup_ram.c
index 460004b6..f8ad81ae 100644
--- a/core/embed/projects/prodtest/cmd/prodtest_backup_ram.c
+++ b/core/embed/projects/prodtest/cmd/prodtest_backup_ram.c
@@ -21,7 +21,6 @@
#include <trezor_rtl.h>
-#include <io/power_manager.h>
#include <rtl/cli.h>
#include <sec/backup_ram.h>
#include <sys/systick.h>
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.