removed cleanup code that will crash in some environments. it's somewhat redundant.

This commit is contained in:
Daniel Marjamäki 2011-11-19 14:50:04 +01:00
parent 13eecb9109
commit 5511f3fbfd
1 changed files with 0 additions and 3 deletions

View File

@ -46,9 +46,6 @@ public:
{ }
virtual ~Check() {
#if !defined(DJGPP) && !defined(__sun)
instances().remove(this);
#endif
}
/** List of registered check classes. This is used by Cppcheck to run checks and generate documentation */