krb5 commit: In g_oid_ops.c, remove an unneeded declaration

Greg Hudson ghudson at MIT.EDU
Wed Jul 18 11:27:12 EDT 2012


https://github.com/krb5/krb5/commit/2d1bb573022e5eb5c84d2dc2d1585eeff46e9faa
commit 2d1bb573022e5eb5c84d2dc2d1585eeff46e9faa
Author: Simo Sorce <simo at redhat.com>
Date:   Fri May 11 19:14:12 2012 -0400

    In g_oid_ops.c, remove an unneeded declaration
    
    The code that used it is no longer in this file.

 src/lib/gssapi/mechglue/g_oid_ops.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/lib/gssapi/mechglue/g_oid_ops.c b/src/lib/gssapi/mechglue/g_oid_ops.c
index 6943789..1d75c63 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


More information about the cvs-krb5 mailing list