remove old code

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3512 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-21 13:21:44 +00:00
parent a4974013d9
commit 811ad639c4

View File

@@ -88,12 +88,6 @@ krb5_address_compare(krb5_context context,
{
return krb5_address_order (context, addr1, addr2) == 0;
}
#if 0
return addr1->addr_type == addr2->addr_type
&& memcmp (addr1->address.data,
addr2->address.data,
addr1->address.length) == 0;
#endif
krb5_error_code
krb5_copy_address(krb5_context context,
@@ -117,8 +111,8 @@ krb5_error_code
krb5_free_address(krb5_context context,
krb5_address *address)
{
krb5_data_free (&address->address);
return 0;
krb5_data_free (&address->address);
return 0;
}
krb5_error_code