From: <net...@us...> - 2002-12-28 10:52:18
|
Update of /cvsroot/cpptool/rfta/src/rfta In directory sc8-pr-cvs1:/tmp/cvs-serv31478/src/rfta Modified Files: InlineTempRefactoring.cpp Log Message: -- removed debug code Index: InlineTempRefactoring.cpp =================================================================== RCS file: /cvsroot/cpptool/rfta/src/rfta/InlineTempRefactoring.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InlineTempRefactoring.cpp 28 Dec 2002 10:44:39 -0000 1.1 --- InlineTempRefactoring.cpp 28 Dec 2002 10:52:15 -0000 1.2 *************** *** 147,154 **** if (!parentExpr->hasProperty(ASTNodeProperties::expressionTypeProperty)) { ! // call mutator on this expression: ! SourceASTNodePtr sourceNode = boost::make_shared(parentExpr->getSourceNode()); ! ParseContext context( sourceNode ); ! ExpressionOperationMutator mutator( context, parentExpr, sourceNode ); mutator.mutate(); // check if no expression type was added: --- 147,153 ---- if (!parentExpr->hasProperty(ASTNodeProperties::expressionTypeProperty)) { ! // call mutator on this expression: ! ParseContext context( sourceNode_ ); ! ExpressionOperationMutator mutator( context, parentExpr, sourceNode_ ); mutator.mutate(); // check if no expression type was added: |