diff options
author | lloyd <[email protected]> | 2010-11-03 20:05:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-11-03 20:05:46 +0000 |
commit | 8b755ab03eb3cf3868810f6116bbc88c293ce268 (patch) | |
tree | 1a6d77675da45f15f3cbbc7168c82d577bbf5120 /src/asn1/asn1_obj.h | |
parent | 23836c690363a0fbdf39e2c347b87eed3f20e089 (diff) |
is_string_type was only used in one place, asn1_alt.cpp, so make it an
anon namespace function there.
Diffstat (limited to 'src/asn1/asn1_obj.h')
-rw-r--r-- | src/asn1/asn1_obj.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/asn1/asn1_obj.h b/src/asn1/asn1_obj.h index 8a7e6cea2..692a6fde6 100644 --- a/src/asn1/asn1_obj.h +++ b/src/asn1/asn1_obj.h @@ -98,11 +98,6 @@ bool BOTAN_DLL operator>=(const X509_Time&, const X509_Time&); bool BOTAN_DLL operator<(const X509_Time&, const X509_Time&); bool BOTAN_DLL operator>(const X509_Time&, const X509_Time&); -/* -* Helper Functions -*/ -bool BOTAN_DLL is_string_type(ASN1_Tag); - } #endif |