Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Feb 24, 2012
1 parent ee025d9 commit 3714fdb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/providers/grass/qgsgrass.cpp
Expand Up @@ -465,7 +465,6 @@ QString GRASS_EXPORT QgsGrass::openMapset( QString gisdbase, QString location, Q
QProcess *process = new QProcess();
QString lockProgram( gisBase + "/etc/lock" );

int pid = getpid();
QgsDebugMsg( QString( "pid = %1" ).arg( pid ) );

process->start( lockProgram, QStringList() << lock << QString::number( pid ) );
Expand Down

0 comments on commit 3714fdb

Please sign in to comment.