LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Openrisc > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    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
    Top
    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;

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.