Remove obsolete declarations.
[openssl.git] / crypto / asn1 / a_strex.c
index 765698f14435ea5cf6fa03630be6978f88c3071f..17448536538cdc2a47751537cfe1e7f9d70a21ee 100644 (file)
  * Three IO functions for sending data to memory, a BIO and and a FILE
  * pointer.
  */
-#if 0                           /* never used */
-static int send_mem_chars(void *arg, const void *buf, int len)
-{
-    unsigned char **out = arg;
-    if (!out)
-        return 1;
-    memcpy(*out, buf, len);
-    *out += len;
-    return 1;
-}
-#endif
-
 static int send_bio_chars(void *arg, const void *buf, int len)
 {
     if (!arg)