summaryrefslogtreecommitdiff
path: root/board/host
diff options
context:
space:
mode:
Diffstat (limited to 'board/host')
-rw-r--r--board/host/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/host/board.c b/board/host/board.c
index 407018a573..055fad8192 100644
--- a/board/host/board.c
+++ b/board/host/board.c
@@ -23,11 +23,6 @@
#include "gpio_list.h"
-/* Pins with alternate functions; not on simulated host platform */
-const struct gpio_alt_func gpio_alt_funcs[] = {
-};
-const int gpio_alt_funcs_count = ARRAY_SIZE(gpio_alt_funcs);
-
test_mockable_static int dummy_temp_get_val(int idx, int *temp_ptr)
{
*temp_ptr = 0;