diff options
Diffstat (limited to 'winsup/cygwin/path.h')
-rw-r--r-- | winsup/cygwin/path.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 ()); |