summaryrefslogtreecommitdiff
path: root/devel/gdb6/patches/patch-az
blob: eaf9affef2d515f1fbce81e846fe1f8196b889d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-az,v 1.1 2005/10/20 17:48:49 wiz Exp $

--- gdb/mi/mi-out.c.orig	2004-01-18 18:20:12.000000000 -0700
+++ gdb/mi/mi-out.c
@@ -106,7 +106,6 @@ mi_table_begin (struct ui_out *uiout,
 		int nr_rows,
 		const char *tblid)
 {
-  mi_out_data *data = ui_out_data (uiout);
   mi_open (uiout, tblid, ui_out_type_tuple);
   mi_field_int (uiout, -1/*fldno*/, -1/*width*/, -1/*alin*/,
 		"nr_rows", nr_rows);