From 335556d58b52396f1f133033856bf6be397a29b8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 4 Feb 2003 03:01:17 +0000 Subject: Eliminate most unneeded this-> pointers throughout. --- winsup/cygwin/exceptions.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/exceptions.cc') diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 877b02d58..84b2f1751 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -240,7 +240,7 @@ public: void init (DWORD, bool, bool); /* Called the first time that stack info is needed */ /* Postfix ++ iterates over the stack, returning zero when nothing is left. */ - int operator ++(int) { return this->walk (); } + int operator ++(int) { return walk (); } }; /* The number of parameters used in STACKFRAME */ -- cgit v1.2.3