Index: features.export.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/features/features.export.inc,v
retrieving revision 1.1.2.26
diff -u -r1.1.2.26 features.export.inc
--- features.export.inc	18 Jul 2009 17:47:42 -0000	1.1.2.26
+++ features.export.inc	19 Jul 2009 10:24:57 -0000
@@ -802,9 +802,6 @@
       $tar .= pack("a512", $item);
     }
   }
-  if (function_exists('gzencode')) {
-    $tar = gzencode($tar);
-  }
   return $tar;
 }
 
