Reference to System.Data created for every new form
Every time I create a new form it creates a reference to System.Data and puts the 'using' statement at the top of the code file. But if I delete this line of code and delete the reference, it still compiles fine. Is this just a redundancy overlooked?