Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lld/COFF/Config.h')
-rw-r--r--lld/COFF/Config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/COFF/Config.h b/lld/COFF/Config.h
index d3881b814818..823385228c53 100644
--- a/lld/COFF/Config.h
+++ b/lld/COFF/Config.h
@@ -53,9 +53,6 @@ struct Configuration {
std::set<StringRef> NoDefaultLibs;
bool NoDefaultLibAll = false;
- // Used for /include.
- std::set<StringRef> Includes;
-
// True if we are creating a DLL.
bool DLL = false;
StringRef Implib;