]> git.ipfire.org Git - thirdparty/kmod.git/commit
Remove scratchbuf implementation
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 12 Nov 2024 20:31:36 +0000 (14:31 -0600)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Sun, 17 Nov 2024 21:35:14 +0000 (15:35 -0600)
commitc6b4652dd95e8aa9c37c5d19f765ce693bb042be
tree4e6b7774456e3c7a583449399f1a73e1789948ce
parent3fca291dc5ee5fc2046f75e3a7e34d68e413ef37
Remove scratchbuf implementation

All its unique features have been ported to strbuf and users converted.
Nuke it.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/239
Makefile.am
meson.build
shared/scratchbuf.c [deleted file]
shared/scratchbuf.h [deleted file]
testsuite/.gitignore
testsuite/meson.build
testsuite/test-scratchbuf.c [deleted file]