diff options
author | Thomas Haller <thaller@redhat.com> | 2023-08-03 06:48:46 (GMT) |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2023-08-03 07:05:03 (GMT) |
commit | 25c9019356cfecda81bc7a33a58fba539a6f0996 (patch) | |
tree | f37a551331f677e83f4f07f2285b26f78647345e | |
parent | 3f3da7fde74c5c84c79f0d4b562ae4ce882e8726 (diff) | |
download | libnl-25c9019356cfecda81bc7a33a58fba539a6f0996.zip libnl-25c9019356cfecda81bc7a33a58fba539a6f0996.tar.gz libnl-25c9019356cfecda81bc7a33a58fba539a6f0996.tar.bz2 |
python: drop unused "python/netlink/fixes.h"
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | python/netlink/fixes.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 1e2d1a8..bd5ba02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1056,7 +1056,6 @@ EXTRA_DIST += \ python/examples/wiphy.py \ \ python/netlink/capi.i \ - python/netlink/fixes.h \ python/netlink/__init__.py \ python/netlink/core.py \ python/netlink/util.py \ diff --git a/python/netlink/fixes.h b/python/netlink/fixes.h deleted file mode 100644 index 9a6118b..0000000 --- a/python/netlink/fixes.h +++ /dev/null @@ -1 +0,0 @@ -#include <stdint.h> |