diff options
Diffstat (limited to 'lib/parser_aux.h')
-rw-r--r-- | lib/parser_aux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/parser_aux.h b/lib/parser_aux.h index ee01725..f1e9a07 100644 --- a/lib/parser_aux.h +++ b/lib/parser_aux.h @@ -25,14 +25,6 @@ /***************************************/ /* Functions used by ASN.1 parser */ /***************************************/ - -inline static char * -_asn1_ltostr (long v, char *str) -{ - sprintf(str, "%ld", v); - return str; -} - asn1_node _asn1_add_static_node (unsigned int type); asn1_node |