summaryrefslogtreecommitdiff
path: root/common/host_command_pd.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command_pd.c')
-rw-r--r--common/host_command_pd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/host_command_pd.c b/common/host_command_pd.c
index ed9f97a21e..2f27e00d3d 100644
--- a/common/host_command_pd.c
+++ b/common/host_command_pd.c
@@ -28,10 +28,6 @@ static void pd_exchange_status(void)
struct ec_response_pd_status pd_status;
int rv = 0, tries = 0;
- /*
- * TODO(crosbug.com/p/29499): Change sending state of charge to
- * remaining capacity for finer grained control.
- */
/* Send battery state of charge */
if (charge_get_flags() & CHARGE_FLAG_BATT_RESPONSIVE)
ec_status.batt_soc = charge_get_percent();