From 1533ff643683d351a14a7a863f5513324348cc11 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sat, 21 Apr 2012 14:16:40 +0200 Subject: [PATCH] Remove useless affectation --- src/intrf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intrf.c b/src/intrf.c index 2838551a..2fc08b63 100644 --- a/src/intrf.c +++ b/src/intrf.c @@ -138,7 +138,6 @@ const char *aff_part_aux(const unsigned int newline, const disk_t *disk_car, con const arch_fnct_t *arch=partition->arch; if(arch==NULL) { - arch=disk_car->arch; log_error("BUG: No arch for a partition\n"); msg[0]='\0'; return msg;