summaryrefslogtreecommitdiff
path: root/test/usb_typec_ctvpd.tasklist
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-05 13:05:59 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-06 21:56:52 +0000
commit2495bc0a9744f9733c59daeeb81c8be3c54243d8 (patch)
tree443dc5b7de1eb98c17e2e9119db2d4ffb57c2dc9 /test/usb_typec_ctvpd.tasklist
parentc677f06db48a415c982b10f9dd6a57096cfd7570 (diff)
downloadchrome-ec-2495bc0a9744f9733c59daeeb81c8be3c54243d8.tar.gz
coil: remove unused tests
We're deleting unused code to reduce coil terms in platform/cr50. Remove unused tests to make this easier. BUG=b:175244613 TEST=make buildall -j Change-Id: I593caf5edfabda6ef24cc9eede2a8bb829c01b83 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2613134 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
Diffstat (limited to 'test/usb_typec_ctvpd.tasklist')
-rw-r--r--test/usb_typec_ctvpd.tasklist10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/usb_typec_ctvpd.tasklist b/test/usb_typec_ctvpd.tasklist
deleted file mode 100644
index eb41326e3e..0000000000
--- a/test/usb_typec_ctvpd.tasklist
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-
-/**
- * See CONFIG_TEST_TASK_LIST in config.h for details.
- */
-#define CONFIG_TEST_TASK_LIST \
- TASK_TEST(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE)