|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Wed Jun 29 16:55:59 CEST 2005
Subject: [openrisc] [or1ksim #119] Remove unused code
Hi,With the memory code rewrite, this piece of config code finally became unused. ChangeLog: * Remove unused code.
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./sim-config.c /home/nog/or1ksim-ac/sim-config.c --- ./sim-config.c 2005-06-28 13:01:05.000000000 +0200 +++ /home/nog/or1ksim-ac/sim-config.c 2005-05-30 18:57:41.000000000 +0200 @@ -278,16 +277,6 @@ struct config_param { struct config_param *next; }; -/* FIXME: These will be removed */ -int current_device = -1; -void change_device (union param_val val, void *dat) { - current_device = val.int_val; -} - -void end_device (union param_val val, void *dat) { - current_device = -1; -} - void base_include (union param_val val, void *dat) { read_script_file (val.str_val); cur_section = NULL;
|
 |