Commit Diff


commit - 7178c096205578cde0218eb10e0afec191e7f618
commit + e1716e31fec0683e492d71167afd826075bf69f2
blob - 7a4b08d3f6d723863348c6bdaecafea25ccf650f
blob + 28c581ed092006c1b800d2d38e081ffb4db7b843
--- util.c
+++ util.c
@@ -24,7 +24,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-/* $Id: util.c,v 1.13 2006/08/12 10:51:28 matthias Exp $ */
+/* $Id: util.c,v 1.14 2006/08/12 14:01:14 matthias Exp $ */
 
 #include "dermob.h"
 #include "mach.h"
@@ -52,7 +52,6 @@ display_fat_header(char *buffer, int *roffset)
 	
 	print_fat_header(fh);
 	fa = malloc(sizeof(*fa));
-	cpu = get_cpu_information();
 
 	narch = swapi(fh->nfat_arch);
 	for (i = 0; i < narch; i++) {