From 8af471427c1d58d41f85fca50d4f0fbf8941fc31 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 27 Feb 2017 20:46:09 +0300 Subject: [PATCH] core: Do not use `this' in nonmember function --- src/core/model/breakpoint.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/model/breakpoint.cc b/src/core/model/breakpoint.cc index 6f9cd21b6..a5ce92088 100644 --- a/src/core/model/breakpoint.cc +++ b/src/core/model/breakpoint.cc @@ -51,7 +51,7 @@ BreakpointFallback (void) void BreakpointFallback (void) { - NS_LOG_FUNCTION (this); + NS_LOG_FUNCTION_NOARGS (); int *a = 0; /**