refactoring: minor cleanup
This commit is contained in:
parent
d4fdfc0f5a
commit
5565be0c74
|
@ -22,9 +22,11 @@
|
|||
#include "token.h"
|
||||
|
||||
|
||||
// Create a static instance of this
|
||||
static CheckStl instance;
|
||||
|
||||
// Register this check class (by creating a static instance of it)
|
||||
namespace
|
||||
{
|
||||
CheckStl instance;
|
||||
}
|
||||
|
||||
void CheckStl::iterators()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue