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/fhandler_registry.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/fhandler_registry.cc') diff --git a/winsup/cygwin/fhandler_registry.cc b/winsup/cygwin/fhandler_registry.cc index 2d6aeb899..f33b368a0 100644 --- a/winsup/cygwin/fhandler_registry.cc +++ b/winsup/cygwin/fhandler_registry.cc @@ -195,7 +195,7 @@ fhandler_proc (FH_REGISTRY) int fhandler_registry::fstat (struct __stat64 *buf, path_conv *pc) { - this->fhandler_base::fstat (buf, pc); + fhandler_base::fstat (buf, pc); buf->st_mode &= ~_IFMT & NO_W; int file_type = exists (); switch (file_type) -- cgit v1.2.3