summaryrefslogtreecommitdiff
path: root/common/system.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/system.c')
-rw-r--r--common/system.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/system.c b/common/system.c
index 5b58da1977..7a382c0c01 100644
--- a/common/system.c
+++ b/common/system.c
@@ -1283,9 +1283,3 @@ enum ec_status host_command_reboot(struct host_cmd_handler_args *args)
DECLARE_HOST_COMMAND(EC_CMD_REBOOT_EC,
host_command_reboot,
EC_VER_MASK(0));
-
-int system_can_boot_ap(void)
-{
- /* For fixed AC system */
- return 1;
-}