From 6d70255fe8fa15d41c3e15e0fdb273da00e16702 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 15 Aug 2007 15:31:19 +0000 Subject: * fhandler_disk_file.cc (fhandler_disk_file::link): Drop superfluous test for trailing dot. * path.h (path_conv::operator []): Remove. --- winsup/cygwin/path.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/path.h') diff --git a/winsup/cygwin/path.h b/winsup/cygwin/path.h index 59734512f..32634af82 100644 --- a/winsup/cygwin/path.h +++ b/winsup/cygwin/path.h @@ -256,7 +256,6 @@ class path_conv operator const char *() {return path;} operator DWORD &() {return fileattr;} operator int () {return fileattr; } - char operator [](int i) const {return path[i];} path_conv &operator =(path_conv &pc) { memcpy (this, &pc, pc.size ()); -- cgit v1.2.3