mirror of
https://gitee.com/BDWare/common
synced 2026-02-14 16:49:28 +00:00
prune code
This commit is contained in:
@@ -239,8 +239,7 @@ public class ContractNode {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void maintainRouteJoinInfo(JsonObject methodRouteInfoMap, JsonObject methodJoinInfoMap,
|
public void maintainRouteJoinInfo(JsonObject methodRouteInfoMap, JsonObject methodJoinInfoMap,
|
||||||
JsonObject methodForkInfoMap,
|
JsonObject methodForkInfoMap, JsonObject dependentFunctions) {
|
||||||
JsonObject dependentFunctions) {
|
|
||||||
// all functions存了ContractNode中,所有的FunctionNode
|
// all functions存了ContractNode中,所有的FunctionNode
|
||||||
List<FunctionNode> allFunctions = getFunctions();
|
List<FunctionNode> allFunctions = getFunctions();
|
||||||
for (FunctionNode functionNode : allFunctions) {
|
for (FunctionNode functionNode : allFunctions) {
|
||||||
|
|||||||
Reference in New Issue
Block a user