From: Jo Sutton Date: Tue, 9 Apr 2024 23:53:43 +0000 (+1200) Subject: pyglue: Remove unnecessary declaration X-Git-Tag: tdb-1.4.11~1054 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dca32eba2cc3b2947df029839d6962df971acc4;p=thirdparty%2Fsamba.git pyglue: Remove unnecessary declaration Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/pyglue.c b/python/pyglue.c index c24d1b033a4..27cd41d5b9c 100644 --- a/python/pyglue.c +++ b/python/pyglue.c @@ -29,7 +29,6 @@ #include "lib/cmdline/cmdline.h" #include "lib/crypto/gkdi.h" -void init_glue(void); static PyObject *PyExc_NTSTATUSError; static PyObject *PyExc_WERRORError; static PyObject *PyExc_HRESULTError;