leeenglestone / CodeReviewChecklist

An online checklist guide for performing code reviews
https://www.codereviewchecklist.com
MIT License
13 stars 8 forks source link

Remove unused ‘using’ statements #21

Closed leeenglestone closed 4 years ago

leeenglestone commented 4 years ago

I noticed a number of unused 'using' statements in various *.cs files. Quickly review those files and remove if not needed.

seanstride commented 4 years ago

@leeenglestone I have assigned you a pull request for this issue. This is something I was going to look at after noticing it the other day as well but only just got round to it