diff options
| author | 2021-12-14 20:18:48 -0400 | |
|---|---|---|
| committer | 2021-12-14 20:18:48 -0400 | |
| commit | 4922f0920966c28d674b03479cdcb7f3939bfbbd (patch) | |
| tree | 6a8b3972ff853fc0addcfab662d33354124f7fdb /tools/build/feature/test-libpython-version.c | |
| parent | RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry (diff) | |
| parent | Linux 5.16-rc5 (diff) | |
| download | linux-dev-4922f0920966c28d674b03479cdcb7f3939bfbbd.tar.xz linux-dev-4922f0920966c28d674b03479cdcb7f3939bfbbd.zip | |
Merge tag 'v5.16-rc5' into rdma.git for-next
Required due to dependencies in following patches.
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
Diffstat (limited to 'tools/build/feature/test-libpython-version.c')
| -rw-r--r-- | tools/build/feature/test-libpython-version.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/build/feature/test-libpython-version.c b/tools/build/feature/test-libpython-version.c deleted file mode 100644 index 47714b942d4d..000000000000 --- a/tools/build/feature/test-libpython-version.c +++ /dev/null @@ -1,11 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -#include <Python.h> - -#if PY_VERSION_HEX >= 0x03000000 - #error -#endif - -int main(void) -{ - return 0; -} |
