diff options
Diffstat (limited to 'gcc/lto-ltrans-cache.h')
-rw-r--r-- | gcc/lto-ltrans-cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/lto-ltrans-cache.h b/gcc/lto-ltrans-cache.h index 5fef44b..fdb7a38 100644 --- a/gcc/lto-ltrans-cache.h +++ b/gcc/lto-ltrans-cache.h @@ -122,8 +122,7 @@ private: std::map<checksum_t, item*> map_checksum; std::map<std::string, item*> map_input; - /* Cached filenames are in format "prefix%d[.ltrans]suffix". */ - const char* prefix; + /* Cached filenames are in format "cache_prefix%d[.ltrans]suffix". */ const char* suffix; /* If cache items count is larger, prune deletes old items. */ |