summaryrefslogtreecommitdiff
path: root/lib/stdlib/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/exit.c')
-rw-r--r--lib/stdlib/exit.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/lib/stdlib/exit.c b/lib/stdlib/exit.c
deleted file mode 100644
index afc3f934..00000000
--- a/lib/stdlib/exit.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-#include <debug.h>
-#include <stdlib.h>
-
-void exit(int v)
-{
- ERROR("EXIT\n");
- panic();
-}