core: Do not use `this' in nonmember function
This commit is contained in:
@@ -51,7 +51,7 @@ BreakpointFallback (void)
|
||||
void
|
||||
BreakpointFallback (void)
|
||||
{
|
||||
NS_LOG_FUNCTION (this);
|
||||
NS_LOG_FUNCTION_NOARGS ();
|
||||
|
||||
int *a = 0;
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user