? f.patch
Index: modules/system/system.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.install,v
retrieving revision 1.147
diff -u -p -r1.147 system.install
--- modules/system/system.install	30 Aug 2007 19:54:06 -0000	1.147
+++ modules/system/system.install	30 Aug 2007 20:23:36 -0000
@@ -260,8 +260,6 @@ function system_install() {
   // Load system theme data appropriately.
   system_theme_data();
 
-  db_query("INSERT INTO {users} (uid, name, mail) VALUES(%d, '%s', '%s')", 0, '', '');
-
   db_query("INSERT INTO {role} (name) VALUES ('%s')", 'anonymous user');
   db_query("INSERT INTO {role} (name) VALUES ('%s')", 'authenticated user');
 
