aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/odp/api/feature.h')
-rw-r--r--include/odp/api/feature.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/include/odp/api/feature.h b/include/odp/api/feature.h
deleted file mode 100644
index f8f62b666..000000000
--- a/include/odp/api/feature.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* Copyright (c) 2017-2018, Linaro Limited
- * All rights reserved.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- */
-
-/**
- * @file
- *
- * ODP features.
- */
-
-#ifndef ODP_API_FEATURE_H_
-#define ODP_API_FEATURE_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#include <odp/api/spec/feature.h>
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif