Skip to content

Commit 3714fdb

Browse files
committed
fix build
1 parent ee025d9 commit 3714fdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/grass/qgsgrass.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,6 @@ QString GRASS_EXPORT QgsGrass::openMapset( QString gisdbase, QString location, Q
465465
QProcess *process = new QProcess();
466466
QString lockProgram( gisBase + "/etc/lock" );
467467

468-
int pid = getpid();
469468
QgsDebugMsg( QString( "pid = %1" ).arg( pid ) );
470469

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

0 commit comments

Comments
 (0)