remove ison

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3385 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-05 11:39:06 +00:00
parent 0a08e37ffe
commit 841caf013b

View File

@@ -40,17 +40,6 @@
RCSID("$Id$");
static int
ison (const char *s)
{
return strcasecmp (s, "y") == 0
|| strcasecmp (s, "yes") == 0
|| strcasecmp (s, "t") == 0
|| strcasecmp (s, "true") == 0
|| strcasecmp (s, "1") == 0
|| strcasecmp (s, "on") == 0;
}
void
krb5_verify_init_creds_opt_init(krb5_verify_init_creds_opt *options)
{