From f5487bf0fcfac1f65df937a28f213c118dec7002 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20J=C3=B6rns?= Date: Tue, 21 Jan 2025 06:45:23 +0100 Subject: [PATCH] include/install.h: remove left-over do_install_network() prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a left-over from cc86459f ("src/install: remove network mode") that removed the network mode back in 2019. Signed-off-by: Enrico Jörns --- include/install.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/include/install.h b/include/install.h index 821586894..ffb749e75 100644 --- a/include/install.h +++ b/include/install.h @@ -89,20 +89,6 @@ G_GNUC_WARN_UNUSED_RESULT; gboolean do_install_bundle(RaucInstallArgs *args, GError **error) G_GNUC_WARN_UNUSED_RESULT; -/** - * Basic network installation procedure. - * - * NOTE: The network mode of RAUC is deprecated and will be replaced by some - * other mechanism in the near future. Do not rely on it for new designs. - * - * @param url URL to manifest to install - * @param error return location for a GError - * - * @return TRUE if installation succeeded, FALSE if any critical error occurred - */ -gboolean do_install_network(const gchar *url, GError **error) -G_GNUC_WARN_UNUSED_RESULT; - /** * Initialize new RaucInstallArgs structure *