From 8dca32eba2cc3b2947df029839d6962df971acc4 Mon Sep 17 00:00:00 2001 From: Jo Sutton Date: Wed, 10 Apr 2024 11:53:43 +1200 Subject: [PATCH] pyglue: Remove unnecessary declaration Signed-off-by: Jo Sutton Reviewed-by: Andrew Bartlett --- python/pyglue.c | 1 - 1 file changed, 1 deletion(-) 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;