diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 9122acd..9793bc0 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -246,9 +246,6 @@ struct cpp_buffer or for -Wtraditional, and only once per file (otherwise it would be far too noisy). */ char warned_cplusplus_comments; - - /* True if this buffer's data is mmapped. */ - char mapped; }; struct file_name_map_list; |