Remove unused variable
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 07:59:42 +0000 (10:59 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 28 Apr 2008 07:59:42 +0000 (10:59 +0300)
rpmio/rpmsq.c

index d1cfc71..99a7e63 100644 (file)
@@ -491,7 +491,6 @@ rpmsqExecve (const char ** argv)
     pid_t pid = 0;
     pid_t result;
     sigset_t newMask, oldMask;
-    rpmsq sq = memset(alloca(sizeof(*sq)), 0, sizeof(*sq));
 
 #ifndef PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
        INIT_LOCK ();