From: Tobias Brunner Date: Mon, 5 Feb 2018 14:11:03 +0000 (+0100) Subject: charon-nm: Remove unused variable X-Git-Tag: 5.6.2rc1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268a1bfa34303035630db550bc2b95e5f6461d1c;p=thirdparty%2Fstrongswan.git charon-nm: Remove unused variable --- diff --git a/src/charon-nm/nm/nm_service.c b/src/charon-nm/nm/nm_service.c index e64a6c6869..9beac392a2 100644 --- a/src/charon-nm/nm/nm_service.c +++ b/src/charon-nm/nm/nm_service.c @@ -758,8 +758,6 @@ static gboolean do_disconnect(gpointer plugin) */ static gboolean disconnect(NMVpnServicePlugin *plugin, GError **err) { - NMStrongswanPluginPrivate *priv = NM_STRONGSWAN_PLUGIN_GET_PRIVATE(plugin); - /* enqueue the actual disconnection, because we may be called in * response to a listener_t callback and the SA enumeration would * possibly deadlock. */