Skip to content

Commit

Permalink
fix unused var warning from llvm, re #11829
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed May 28, 2015
1 parent 54e0917 commit d89065a
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -92,7 +92,6 @@ class DLLExport GeneralisedSecondDifference : public API::Algorithm {
/// Contains the value of the property m
int m_m;
/// Progress reporting
API::Progress *m_progress;
};

} // Namespace Algorithms
Expand Down

0 comments on commit d89065a

Please sign in to comment.