aboutsummaryrefslogtreecommitdiffstats
path: root/src/asn1/asn1_obj.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-03 20:05:46 +0000
committerlloyd <[email protected]>2010-11-03 20:05:46 +0000
commit8b755ab03eb3cf3868810f6116bbc88c293ce268 (patch)
tree1a6d77675da45f15f3cbbc7168c82d577bbf5120 /src/asn1/asn1_obj.h
parent23836c690363a0fbdf39e2c347b87eed3f20e089 (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.h5
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