aboutsummaryrefslogtreecommitdiff
path: root/helper/test/odph_pause.c
diff options
context:
space:
mode:
Diffstat (limited to 'helper/test/odph_pause.c')
-rw-r--r--helper/test/odph_pause.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/helper/test/odph_pause.c b/helper/test/odph_pause.c
deleted file mode 100644
index f5f5da341..000000000
--- a/helper/test/odph_pause.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/* Copyright (c) 2015, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include <test_debug.h>
-#include "../odph_pause.h"
-
-int main(int argc TEST_UNUSED, char *argv[] TEST_UNUSED)
-{
- odph_pause();
- return 0;
-}