From: Simo Sorce Date: Fri, 11 May 2012 23:14:12 +0000 (-0400) Subject: In g_oid_ops.c, remove an unneeded declaration X-Git-Tag: krb5-1.11-alpha1~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d1bb573022e5eb5c84d2dc2d1585eeff46e9faa;p=thirdparty%2Fkrb5.git In g_oid_ops.c, remove an unneeded declaration The code that used it is no longer in this file. --- diff --git a/src/lib/gssapi/mechglue/g_oid_ops.c b/src/lib/gssapi/mechglue/g_oid_ops.c index 69437898fc..1d75c63e69 100644 --- a/src/lib/gssapi/mechglue/g_oid_ops.c +++ b/src/lib/gssapi/mechglue/g_oid_ops.c @@ -25,9 +25,6 @@ */ #include "mglueP.h" -/* should include to get protos #include "../generic/gssapiP_generic.h" */ - -extern gss_mechanism *gssint_mechs_array; /* * gss_release_oid has been moved to g_initialize, becasue it requires access