Changeset 3431 in MondoRescue


Ignore:
Timestamp:
Aug 27, 2015, 12:31:53 PM (9 years ago)
Author:
Bruno Cornec
Message:

Remove useless code (ia64 ifdef)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-devices.c

    r3429 r3431  
    33093309    char *tmp = NULL;
    33103310    char *command = NULL;
    3311 #ifdef __IA64__
    3312     struct stat buf;
    3313 #endif
    33143311    mr_asprintf(command, "mr-parted2fdisk -l %s 2>/dev/null | grep 'EFI GPT'", drive);
    33153312    mr_asprintf(tmp, "%s", call_program_and_get_last_line_of_output(command));
Note: See TracChangeset for help on using the changeset viewer.