From fa0a330e374e97d98bbc9ac46c6d9ff6b129388e Mon Sep 17 00:00:00 2001 From: AndersBroman Date: Wed, 30 Mar 2016 12:44:40 +0200 Subject: Remove not needed initialisation breaking MSVC 15 nmake build. Change-Id: Ia486209a8eef5bf02b5b3f6d793698c4cc802dc9 Reviewed-on: https://code.wireshark.org/review/14699 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/qt/manage_interfaces_dialog.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ui/qt') diff --git a/ui/qt/manage_interfaces_dialog.cpp b/ui/qt/manage_interfaces_dialog.cpp index b611b9f7cf..5ce7c5dd82 100644 --- a/ui/qt/manage_interfaces_dialog.cpp +++ b/ui/qt/manage_interfaces_dialog.cpp @@ -518,7 +518,6 @@ void ManageInterfacesDialog::addRemoteInterfaces(GList* rlist, remote_options *r continue; } ip_str = g_string_new(""); - str = ""; ips = 0; memset(&device, 0, sizeof(device)); device.name = g_strdup(if_info->name); -- cgit v1.2.3