Remove unwantred commits

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-18 04:56:03 +01:00
parent 7ea73643f5
commit 52d1a0fd1a
3 changed files with 8 additions and 14 deletions

View file

@ -65,6 +65,7 @@ grub_pxe_open (const char *name, grub_disk_t disk)
disk->total_sectors = 0;
disk->id = (unsigned long) "pxe";
disk->has_partitions = 0;
disk->data = 0;
return GRUB_ERR_NONE;