summaryrefslogtreecommitdiffstats
path: root/libopkg/str_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/str_util.c')
-rw-r--r--libopkg/str_util.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libopkg/str_util.c b/libopkg/str_util.c
index 7e998f2..d583b7a 100644
--- a/libopkg/str_util.c
+++ b/libopkg/str_util.c
@@ -65,9 +65,3 @@ int str_toupper(char *str)
return 0;
}
-
-char *str_dup_safe(const char *str)
-{
- return str ? strdup(str) : NULL;
-}
-