From 6f32961aa7316bf314ff18f3bc74d77a73c081ca Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Tue, 7 Feb 2012 12:35:22 +0200 Subject: [PATCH] Unused variable removed --- projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp index 5835d077..24705111 100644 --- a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp +++ b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.cpp @@ -73,8 +73,6 @@ return bcc.GetPlugin(); //----------------------------------------------------------------------------- int BPF_CAP_SETTINGS::ParseSettings(const MODULE_SETTINGS & s) { -std::string ifaces; - iface.erase(iface.begin(), iface.end()); if (s.moduleParams.empty()) -- 2.43.2