diff --git a/admin_menu.module b/admin_menu.module
index 8db79c2..93ecb92 100644
--- a/admin_menu.module
+++ b/admin_menu.module
@@ -410,7 +410,6 @@ function admin_menu_js_cache($hash = NULL) {
   header('Expires: ' . gmdate('D, d M Y H:i:s', time() + $max_age) . ' GMT');
   header('Last-Modified: ' . gmdate('D, d M Y H:i:s', time()) . ' GMT');
   header('Cache-Control: max-age=' . $max_age . ', private');
-  header('Content-Length: ' . drupal_strlen($content));
   header('Content-Type: text/html; charset=utf-8');
 
   // Suppress Devel module.
