From 42f03956f56dcb3ade06c3715682d5ee45443603 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Mon, 11 Jun 2001 20:48:12 +0000 Subject: [PATCH] - removed string_list_t which was no longer used, and caused AIX compile problems. --- bochs/gui/siminterface.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bochs/gui/siminterface.h b/bochs/gui/siminterface.h index b50a6c0b5..02d0590df 100644 --- a/bochs/gui/siminterface.h +++ b/bochs/gui/siminterface.h @@ -1,6 +1,6 @@ /* * gui/siminterface.h - * $Id: siminterface.h,v 1.7 2001-06-11 20:27:23 bdenney Exp $ + * $Id: siminterface.h,v 1.8 2001-06-11 20:48:12 bdenney Exp $ * * Interface to the simulator, currently only used by control.cc. * The base class bx_simulator_interface_c, contains only virtual functions @@ -49,8 +49,6 @@ struct bx_cdrom_options }; -typedef char *string_list_t[0]; - class bx_simulator_interface_c { int init_done; public: