]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: drop unused prototype
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 13 Jun 2022 08:00:22 +0000 (10:00 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 Jun 2022 08:35:26 +0000 (10:35 +0200)
Function was exported in 07a0d22f9ec5a0cac2385b73dc08b12a811cead8,
but apparently we forgot to remove the old declaration.

src/libsystemd/sd-bus/bus-error.h

index 05dabdb7373e4fd22aaea94cf42539e0d197fda6..b7e4a4530ca9721db4321d3e4f9929b130e2f3d4 100644 (file)
@@ -12,7 +12,6 @@ bool bus_error_is_dirty(sd_bus_error *e);
 const char *bus_error_message(const sd_bus_error *e, int error);
 
 int bus_error_setfv(sd_bus_error *e, const char *name, const char *format, va_list ap) _printf_(3,0);
-int bus_error_set_errnofv(sd_bus_error *e, int error, const char *format, va_list ap) _printf_(3,0);
 
 #define BUS_ERROR_OOM SD_BUS_ERROR_MAKE_CONST(SD_BUS_ERROR_NO_MEMORY, "Out of memory")
 #define BUS_ERROR_FAILED SD_BUS_ERROR_MAKE_CONST(SD_BUS_ERROR_FAILED, "Operation failed")