Skip to content

Commit

Permalink
Fix gcc 4.8 warnings from API
Browse files Browse the repository at this point in the history
Refs #9421
  • Loading branch information
martyngigg committed May 7, 2014
1 parent e08ffa8 commit 379c16c
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -134,7 +134,6 @@ template<class VectorValueParameterType>
VectorValueParameterType* VectorParameterParser<VectorValueParameterType>::createWithoutDelegation(
Poco::XML::Element* parameterElement)
{
typedef typename VectorValueParameterType::ValueType ValType;
std::string typeName = parameterElement->getChildElement("Type")->innerText();
if (VectorValueParameterType::parameterName() != typeName)
{
Expand Down

0 comments on commit 379c16c

Please sign in to comment.