summaryrefslogtreecommitdiff
path: root/board/nautilus
diff options
context:
space:
mode:
Diffstat (limited to 'board/nautilus')
-rw-r--r--board/nautilus/board.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/board/nautilus/board.c b/board/nautilus/board.c
index 84f5684739..a8e1a7d630 100644
--- a/board/nautilus/board.c
+++ b/board/nautilus/board.c
@@ -795,17 +795,6 @@ int board_get_ramp_current_limit(int supplier, int sup_curr)
}
}
-/**
- * Return if board is consuming full amount of input current
- */
-int board_is_consuming_full_charge(void)
-{
- int chg_perc = charge_get_percent();
-
- return chg_perc > 2 && chg_perc < 95;
-}
-
-
void board_hibernate(void)
{
CPRINTS("Triggering PMIC shutdown.");