diff options
Diffstat (limited to 'source3/include/client.h')
-rw-r--r-- | source3/include/client.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 34b6a9fc383..23ba86d2a2c 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -114,12 +114,6 @@ struct file_info { struct timespec mtime_ts; struct timespec atime_ts; struct timespec ctime_ts; - - /* - * Native sbuf from posix extensions. Valid if st_ex_nlink!=0. - */ - SMB_STRUCT_STAT posix_sbuf; - char *name; char *short_name; }; |