diff options
Diffstat (limited to 'src/qml/compiler/qv4bytecodegenerator.cpp')
| -rw-r--r-- | src/qml/compiler/qv4bytecodegenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/compiler/qv4bytecodegenerator.cpp b/src/qml/compiler/qv4bytecodegenerator.cpp index ed58833b25..0d929014ff 100644 --- a/src/qml/compiler/qv4bytecodegenerator.cpp +++ b/src/qml/compiler/qv4bytecodegenerator.cpp @@ -52,7 +52,7 @@ void BytecodeGenerator::setLocation(const QQmlJS::AST::SourceLocation &loc) currentLine = static_cast<int>(loc.startLine); Instruction::Line line; line.lineNumber = currentLine; - addInstruction(line); +// addInstruction(line); } unsigned BytecodeGenerator::newTemp() |
