1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

pyglue: Remove unnecessary declaration

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jo Sutton 2024-04-10 11:53:43 +12:00 committed by Jo Sutton
parent 460b1935b9
commit 8dca32eba2

View File

@ -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;