r7863: removed an unused variable
authorAndrew Tridgell <tridge@samba.org>
Fri, 24 Jun 2005 01:13:57 +0000 (01:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:44 +0000 (13:18 -0500)
source/auth/kerberos/gssapi_parse.c

index 048eb8204e4525dc28674c89fd5e1218fc3e775b..524eedc448866b0d4a34fd135777afa2505d341f 100644 (file)
@@ -100,7 +100,6 @@ BOOL gensec_gssapi_check_oid(const DATA_BLOB *blob, const char *oid)
 {
        BOOL ret;
        struct asn1_data data;
-       int data_remaining;
 
        asn1_load(&data, *blob);
        asn1_start_tag(&data, ASN1_APPLICATION(0));