Menu

#65 Remove declarations of split structs after --dosimplify

Feature request
closed-wont-fix
nobody
5
2007-05-15
2007-04-20
No

With --dosimplify (and without --no-split-structs), the original structure are still declared, although they are not used anymore.

Example: in the attached file, the local structure definitions of d and e are still present after --dosimplify.

Discussion

  • Mark A. Hillebrand

    Structure splitting example

     
  • Matt Harren

    Matt Harren - 2007-05-15

    Logged In: YES
    user_id=1278428
    Originator: NO

    rmtmps.ml should be able to delete unused structures, if you need this. We can't simply delete all struct definitions, because some structs can't be simplified (globals, return values, etc)

     
  • Matt Harren

    Matt Harren - 2007-05-15
    • status: open --> closed-wont-fix
     

Log in to post a comment.