mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
ldb: Remove unnecessary declaration
This declaration is a hold‐over from the Python 2 module initialization pattern. Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
46955bc766
commit
1171589e35
@ -57,7 +57,6 @@ struct py_ldb_search_iterator_reply {
|
||||
PyObject *obj;
|
||||
};
|
||||
|
||||
void initldb(void);
|
||||
static PyObject *PyLdbMessage_FromMessage(struct ldb_message *msg, PyLdbObject *pyldb);
|
||||
static PyObject *PyExc_LdbError;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user