Skip to content
Snippets Groups Projects
Commit dcb0f5f0 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

WRG: correct windows warning : unused variable

parent c00567cc
No related branches found
No related tags found
No related merge requests found
...@@ -142,8 +142,6 @@ public: ...@@ -142,8 +142,6 @@ public:
mu::funmap_type::const_iterator funItem; mu::funmap_type::const_iterator funItem;
int nbArgs;
for (funItem = funmap.begin(); funItem != funmap.end(); ++funItem) for (funItem = funmap.begin(); funItem != funmap.end(); ++funItem)
{ {
output[funItem->first] = funItem->second.GetArgc(); output[funItem->first] = funItem->second.GetArgc();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment