Author Topic: Finding Unused Code Using References DB  (Read 1934 times)

Sebastian

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Finding Unused Code Using References DB
« on: February 21, 2024, 02:35:25 PM »
"Hello everyone,

I'm looking for some guidance from experienced Slick-C Macro programmers. I'm interested in developing a macro that can scan all the symbols in my project, such as variables, defines, functions, structures, typedefs, and more, and find any references that are not used. I believe any unused symbols should not have any reference except their definition.

I've read the programming manual but found it challenging to understand where to start with tags and references, as there are many functions and few examples. I would greatly appreciate any hints or tips you can provide.

Thank you!