summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TGLexer.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-21 05:06:04 +0000
committerChris Lattner <sabre@nondot.org>2009-06-21 05:06:04 +0000
commit976af622a91af85673136465194435ea853517e4 (patch)
tree7a52c515cbfdd179ca84ef4930ece7e506c50cdd /llvm/utils/TableGen/TGLexer.h
parentfd255754afcd352c8907ae0eb778b82de063a8fd (diff)
downloadbcm5719-llvm-976af622a91af85673136465194435ea853517e4.tar.gz
bcm5719-llvm-976af622a91af85673136465194435ea853517e4.zip
move include searching logic from TGLexer to SourceMgr.
llvm-svn: 73845
Diffstat (limited to 'llvm/utils/TableGen/TGLexer.h')
-rw-r--r--llvm/utils/TableGen/TGLexer.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/utils/TableGen/TGLexer.h b/llvm/utils/TableGen/TGLexer.h
index 38a1d2f2ee0..2d1958e8800 100644
--- a/llvm/utils/TableGen/TGLexer.h
+++ b/llvm/utils/TableGen/TGLexer.h
@@ -73,17 +73,10 @@ class TGLexer {
/// by the SourceMgr object.
int CurBuffer;
- // IncludeDirectories - This is the list of directories we should search for
- // include files in.
- std::vector<std::string> IncludeDirectories;
public:
TGLexer(SourceMgr &SrcMgr);
~TGLexer() {}
- void setIncludeDirs(const std::vector<std::string> &Dirs) {
- IncludeDirectories = Dirs;
- }
-
tgtok::TokKind Lex() {
return CurCode = LexToken();
}
OpenPOWER on IntegriCloud