Skip to content

Commit

Permalink
Fix runtime added functions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed May 19, 2017
1 parent 171222b commit 24b16c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -3637,7 +3637,6 @@ const QList<QgsExpressionFunction *> &QgsExpression::Functions()
static QMutex sFunctionsMutex( QMutex::Recursive );
QMutexLocker locker( &sFunctionsMutex );

static QList<QgsExpressionFunction *> sFunctions;
if ( sFunctions.isEmpty() )
{
QgsExpressionFunction::ParameterList aggParams = QgsExpressionFunction::ParameterList()
Expand Down

0 comments on commit 24b16c5

Please sign in to comment.