improvedk / OrcaMDF

A C# parser for MDF files. Allows you to read tables, metadata and indexes from MDF files without it being attached to a running SQL Server instance.
http://improve.dk/archive/2011/05/03/introducing-orcamdf.aspx
GNU General Public License v3.0
181 stars 74 forks source link

12 warning about variables being assinged values, but not being used #19

Closed zippy1981 closed 10 years ago

zippy1981 commented 11 years ago

There are 4 variables and 12 fields assigned values, but not used. Can I remove them or is that intentional.

improvedk commented 11 years ago

The depends on which variables we're talking about. In several locations I pull out data from the DB that isn't used yet, but probably will be used - both for end users, but also internally. If it's an obvious leftover, sure, it can be removed, but I can't really give a blanket yes/no :)