summaryrefslogtreecommitdiff
path: root/src/util/virstring.h
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2021-02-05 18:39:19 +0100
committerPeter Krempa <pkrempa@redhat.com>2021-02-11 17:05:34 +0100
commit50cc5d70351c9ee9afb485f3bcc1316df9e5393c (patch)
treefce401ebeacf56f0adfc84e516080b1772fd4583 /src/util/virstring.h
parent10157731f43113b99f5386a16d9c77b40daeb978 (diff)
downloadlibvirt-50cc5d70351c9ee9afb485f3bcc1316df9e5393c.tar.gz
util: virstring: Remove virStringSplit
Callers were replaced by g_strsplit. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Diffstat (limited to 'src/util/virstring.h')
-rw-r--r--src/util/virstring.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/util/virstring.h b/src/util/virstring.h
index db6f2d4795..18793a34b4 100644
--- a/src/util/virstring.h
+++ b/src/util/virstring.h
@@ -28,11 +28,6 @@ char **virStringSplitCount(const char *string,
size_t *tokcount)
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
-char **virStringSplit(const char *string,
- const char *delim,
- size_t max_tokens)
- ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);
-
char *virStringListJoin(const char **strings,
const char *delim)
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2);