]> git.ipfire.org Git - thirdparty/kmod.git/commit
shared: drop strbuf_steal
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 24 Feb 2025 19:03:05 +0000 (20:03 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 7 Mar 2025 04:57:37 +0000 (22:57 -0600)
commit84579a015f03a04c095bf8916b4bb8c2e637b535
tree657f452ddaea02f8029d95dcee6d7f5bfb696ac1
parent0766b418a8d7f010695925ede08e6ed8966e83dd
shared: drop strbuf_steal

The only use case of strbuf_steal is gone. If the requirement for this
function returns, we can add it again.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/296
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
shared/strbuf.c
shared/strbuf.h
testsuite/test-strbuf.c