removed cleanup code that will crash in some environments. it's somewhat redundant.
This commit is contained in:
parent
13eecb9109
commit
5511f3fbfd
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue