Index: /trunk/Mars/mcore/zfits.h
===================================================================
--- /trunk/Mars/mcore/zfits.h	(revision 17649)
+++ /trunk/Mars/mcore/zfits.h	(revision 17650)
@@ -295,8 +295,8 @@
 
         const int64_t requestedSuperTile = requestedTile / fShrinkFactor;
-        const int64_t currentSuperTile   = currentTile   / fShrinkFactor;
+        //const int64_t currentSuperTile   = currentTile   / fShrinkFactor;
 
         const int64_t requestedSubTile   = requestedTile % fShrinkFactor;
-        const int64_t currentSubTile     = currentTile   % fShrinkFactor;
+        //const int64_t currentSubTile     = currentTile   % fShrinkFactor;
 
         fCurrentRow = rowNum;
