Index: trunk/Ohana/src/imregister/imphot/output.c
===================================================================
--- trunk/Ohana/src/imregister/imphot/output.c	(revision 27435)
+++ trunk/Ohana/src/imregister/imphot/output.c	(revision 34088)
@@ -4,9 +4,7 @@
 int output (Image *image, off_t *match, off_t Nmatch) {
 
-  int status;
-
   /* output the selected entries */
   if (options.table != (char *) NULL) {
-    status = DumpFitsTable (options.table, image, match, Nmatch);
+    DumpFitsTable (options.table, image, match, Nmatch);
     return (TRUE);
   } 
@@ -14,5 +12,5 @@
   /* output the selected entries */
   if (options.bintable != (char *) NULL) {
-    status = DumpFitsBintable (options.bintable, image, match, Nmatch);
+    DumpFitsBintable (options.bintable, image, match, Nmatch);
     return (TRUE);
   } 
