charon-nm: Remove unused variable

This commit is contained in:
Tobias Brunner
2018-02-05 15:11:03 +01:00
parent 476200ecc6
commit 268a1bfa34
-2
View File
@@ -758,8 +758,6 @@ static gboolean do_disconnect(gpointer plugin)
*/ */
static gboolean disconnect(NMVpnServicePlugin *plugin, GError **err) 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 /* enqueue the actual disconnection, because we may be called in
* response to a listener_t callback and the SA enumeration would * response to a listener_t callback and the SA enumeration would
* possibly deadlock. */ * possibly deadlock. */