Index: branches/tap_branches/pswarp/src/pswarpSetThreads.c
===================================================================
--- branches/tap_branches/pswarp/src/pswarpSetThreads.c	(revision 25900)
+++ branches/tap_branches/pswarp/src/pswarpSetThreads.c	(revision 27838)
@@ -19,13 +19,10 @@
 {
     pswarpTransformTileArgs *args = job->args->data[0];
-    bool status = pswarpTransformTile (args);
-    return status;
+    return pswarpTransformTile(args);
 }
 
-bool pswarpSetThreads(void) {
-
-    psThreadTask *task = NULL;
-
-    task = psThreadTaskAlloc("PSWARP_TRANSFORM_TILE", 1);
+bool pswarpSetThreads(void)
+{
+    psThreadTask *task = psThreadTaskAlloc("PSWARP_TRANSFORM_TILE", 1);
     task->function = &pswarpThread_pswarpTransformTile;
     psThreadTaskAdd(task);
