no message
This commit is contained in:
@@ -778,7 +778,7 @@ public class db_project_info extends DBObject {
|
||||
if (!decl1.ownCalls.containsKey(call.file))
|
||||
decl1.ownCalls.put(call.file, new Vector<>());
|
||||
if (decl1.needToInline==1) call.Select(true);
|
||||
call.canBeInlined = (decl1.doNotInline==1)?0:1;
|
||||
call.canBeInlined = decl1.doNotInline==0;
|
||||
decl1.ownCalls.get(call.file).add(call);
|
||||
node.add(new DefaultMutableTreeNode(call));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user