drop str_adjust: we don't care about a few octets unused, please do me a
[apps/madmutt.git] / lib / str.c
index 9f0eae6..3d3f10e 100644 (file)
--- a/lib/str.c
+++ b/lib/str.c
 
 #include "str.h"
 
-void str_adjust (char **p)
-{
-  if (!p || !*p)
-    return;
-  p_realloc(p, m_strlen(*p) + 1);
-}
-
 /* convert all characters in the string to lowercase */
 char *str_tolower (char *s)
 {