summaryrefslogtreecommitdiff
path: root/board/reef_it8320
diff options
context:
space:
mode:
Diffstat (limited to 'board/reef_it8320')
-rw-r--r--board/reef_it8320/board.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/board/reef_it8320/board.c b/board/reef_it8320/board.c
index 1c33c2ec65..a7f275a9f4 100644
--- a/board/reef_it8320/board.c
+++ b/board/reef_it8320/board.c
@@ -440,16 +440,6 @@ void board_set_charge_limit(int port, int supplier, int charge_ma,
}
/**
- * 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;
-}
-
-/**
* Return if VBUS is sagging too low
*/
int board_is_vbus_too_low(int port, enum chg_ramp_vbus_state ramp_state)