fix some static-analysis warnings

This commit is contained in:
Robin Gareus
2015-02-19 20:37:58 +01:00
parent aea700fbc4
commit b489385bf1
2 changed files with 1 additions and 1 deletions

View File

@@ -1176,7 +1176,6 @@ IO::parse_gain_string (const string& str, vector<string>& ports)
{
string::size_type pos, opos;
pos = 0;
opos = 0;
ports.clear ();