aboutsummaryrefslogtreecommitdiff
path: root/include/odp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp.h')
-rw-r--r--include/odp.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/odp.h b/include/odp.h
deleted file mode 100644
index 26c2f7a62..000000000
--- a/include/odp.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/* Copyright (c) 2016, Linaro Limited
- * All rights reserved
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/**
- * @file
- *
- * WARNING: THIS FILE IS DEPRECATED AND WILL BE REMOVED!!!
- * ODP APPLICATIONS SHOULD NOW INCLUDE odp_api.h INSTEAD.
- *
- * This file is here to ease the transition period but will be removed.
- * This change has been made to enable the creation of other ODP interfaces.
- *
- */
-
-#ifndef ODP_H_
-#define ODP_H_
-
-#include <odp_api.h>
-
-#endif