NFC: Move AccessNotesPath to LangOptions

This commit is contained in:
Hamish Knight
2025-09-11 16:54:08 +01:00
parent 3ee222f619
commit 6ef8f45659
6 changed files with 10 additions and 10 deletions

View File

@@ -107,9 +107,6 @@ public:
/// The path to which we should store indexing data, if any.
std::string IndexStorePath;
/// The path to load access notes from.
std::string AccessNotesPath;
/// The path to look in when loading a module interface file, to see if a
/// binary module has already been built for use by the compiler.
std::string PrebuiltModuleCachePath;