Reverted previous commit. There are testrunner problems when the code is removed.
This commit is contained in:
parent
5511f3fbfd
commit
fc42fc956c
|
@ -46,6 +46,9 @@ 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