Remove redundant comment.
git-svn-id: http://root.cern.ch/svn/root/trunk@47777 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
parent
a530a63d15
commit
953819f92d
@ -22,7 +22,7 @@ namespace cling {
|
||||
m_Actions.reset(Actions);
|
||||
const InvocationOptions& Opts = Actions->getInterpreter().getOptions();
|
||||
MetaLexer metaSymbolLexer(Opts.MetaString);
|
||||
Token Tok;//Tok.startToken();
|
||||
Token Tok;
|
||||
while(true) {
|
||||
metaSymbolLexer.Lex(Tok);
|
||||
if (Tok.is(tok::eof))
|
||||
|
Loading…
x
Reference in New Issue
Block a user