Lose unused pgpMpiHex()
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 3 Jan 2008 10:37:03 +0000 (12:37 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 3 Jan 2008 10:37:03 +0000 (12:37 +0200)
rpmio/rpmpgp.c

index 614e7f4..09e3fa8 100644 (file)
@@ -218,17 +218,6 @@ void pgpPrtVal(const char * pre, pgpValTbl vs, uint8_t val)
 }
 
 /**
- */
-static
-const char * pgpMpiHex(const uint8_t *p)
-{
-    static char prbuf[2048];
-    char *t = prbuf;
-    t = pgpHexCvt(t, p+2, pgpMpiLen(p)-2);
-    return prbuf;
-}
-
-/**
  * @return             0 on success
  */
 static int pgpMpiSet(const char * pre, int lbits,