Find and Clear unused code

  • Thread starter Thread starter Lez
  • Start date Start date
L

Lez

Hey Guys,

Anyone know if it's possible to search and remove any redundant code in an
application?

TIA

Lez
 
Lez said:
Hey Guys,

Anyone know if it's possible to search and remove any redundant code in an
application?

TIA

Lez

If you load a module press Control-A (or select all)
then press the toolbar button to changed lines in
selection into comments.

Now compile the db on each not found error uncomment
only that element (const, variable, sub, function, ...) and compile
again.

This will slowly reveal dead code.

You can also use common sense to speed up the process.

A start - John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Correct Case 3
Update Error 5
Access 2007 Developer Pack 5
Displaying zeros in cells 2
FE to Remote BE database 2
Just 1 grub when multi-booting Linux distros? 1
update query ODBC--call failed 3
Vista to XP 1

Back
Top