core: Do not use `this' in nonmember function

This commit is contained in:
Alexander Krotov
2017-02-27 20:46:09 +03:00
parent 7b9c634e7a
commit 8af471427c

View File

@@ -51,7 +51,7 @@ BreakpointFallback (void)
void
BreakpointFallback (void)
{
NS_LOG_FUNCTION (this);
NS_LOG_FUNCTION_NOARGS ();
int *a = 0;
/**