diff options
author | Andrew Bartlett <abartlet@samba.org> | 2019-03-04 22:15:47 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-03-21 04:06:15 +0000 |
commit | 24127acae0f05f0011c4008e75f1a1de31584199 (patch) | |
tree | 00101d12d14e317df4d5599b218e8de5758eb71e /lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs | |
parent | ad3ba5998eec5cf29fcd33f5f902f8cf524aa6de (diff) | |
download | samba-24127acae0f05f0011c4008e75f1a1de31584199.tar.gz |
ABI: Remove unused .py3*.sigs files
These are no longer used by the build system so avoid
confusion by removing them from the tree.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs')
-rw-r--r-- | lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs b/lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs deleted file mode 100644 index 62f066f7d5f..00000000000 --- a/lib/talloc/ABI/pytalloc-util.py3-2.1.9.sigs +++ /dev/null @@ -1,15 +0,0 @@ -_pytalloc_check_type: int (PyObject *, const char *) -_pytalloc_get_mem_ctx: TALLOC_CTX *(PyObject *) -_pytalloc_get_ptr: void *(PyObject *) -_pytalloc_get_type: void *(PyObject *, const char *) -pytalloc_BaseObject_PyType_Ready: int (PyTypeObject *) -pytalloc_BaseObject_check: int (PyObject *) -pytalloc_BaseObject_size: size_t (void) -pytalloc_Check: int (PyObject *) -pytalloc_GenericObject_reference_ex: PyObject *(TALLOC_CTX *, void *) -pytalloc_GenericObject_steal_ex: PyObject *(TALLOC_CTX *, void *) -pytalloc_GetBaseObjectType: PyTypeObject *(void) -pytalloc_GetObjectType: PyTypeObject *(void) -pytalloc_reference_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) -pytalloc_steal: PyObject *(PyTypeObject *, void *) -pytalloc_steal_ex: PyObject *(PyTypeObject *, TALLOC_CTX *, void *) |