diff options
Diffstat (limited to 'tools/perf/config/feature-checks/test-libpython.c')
-rw-r--r-- | tools/perf/config/feature-checks/test-libpython.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/perf/config/feature-checks/test-libpython.c b/tools/perf/config/feature-checks/test-libpython.c deleted file mode 100644 index b24b28ad6324..000000000000 --- a/tools/perf/config/feature-checks/test-libpython.c +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | #include <Python.h> | ||
2 | |||
3 | int main(void) | ||
4 | { | ||
5 | Py_Initialize(); | ||
6 | |||
7 | return 0; | ||
8 | } | ||